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

@ -1,6 +1,6 @@
import {VSelect, VTextarea, VTextField} from "vuetify/components";
export function file() {
export function file(item) {
const visibleFields = {
track_title: 'Titolo traccia',
artist_name: 'Artista',