From ee95ad89ee9430fc3dc5c1370f23fde233a52b52 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 27 Aug 2025 22:09:03 -0400 Subject: [PATCH] force description to be entered 1st entry too --- src/libs/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)