diff --git a/src/libs/state.js b/src/libs/state.js index 7a8469a..7a6783c 100644 --- a/src/libs/state.js +++ b/src/libs/state.js @@ -4,4 +4,4 @@ export const currentWorkingCategory = ref(null) export const currentWorkingInstrument = ref(null) export const instruments = ref([]) export const categories = ref([]) -export const description = ref('') +export const description = ref(null)