force description to be entered 1st entry too

main
Matthew Huntington 4 months ago
parent 33262aa2dd
commit ee95ad89ee

@ -4,4 +4,4 @@ export const currentWorkingCategory = ref(null)
export const currentWorkingInstrument = ref(null) export const currentWorkingInstrument = ref(null)
export const instruments = ref([]) export const instruments = ref([])
export const categories = ref([]) export const categories = ref([])
export const description = ref('') export const description = ref(null)

Loading…
Cancel
Save