File tree Expand file tree Collapse file tree 3 files changed +408
-382
lines changed Expand file tree Collapse file tree 3 files changed +408
-382
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export default {
128128 },
129129 async newGroceryList () {
130130 try {
131- const { data } = await axios .post (generateUrl (' /apps/grocerylist/api/lists' ), { title: ' ' })
131+ const { data } = await axios .post (generateUrl (' /apps/grocerylist/api/lists' ), { title: ' New list ' })
132132 this .groceryLists .push (data)
133133 } catch (e) {
134134 console .error (e)
Original file line number Diff line number Diff line change 2424import { showError } from ' @nextcloud/dialogs'
2525import { NcButton , NcTextField } from ' @nextcloud/vue'
2626import { mapStores } from ' pinia'
27- import { nextTick } from ' vue'
2827import { useCategoryStore } from ' ../store/categoryStore.ts'
2928
3029import IconCheck from ' vue-material-design-icons/Check.vue'
You can’t perform that action at this time.
0 commit comments