fix(fe file edit): fixed file edit error in file.ts "item not defined"

This commit is contained in:
Marco Cavalli 2025-03-12 15:30:40 +01:00
parent b90bd2f944
commit fe4db97b80
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ const props = defineProps({
})
const trackTypes = trackType(null)
const fields = file()
const fields = file(props.item)
const item = props.item