We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e022a commit d2c1a1cCopy full SHA for d2c1a1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@skillbill/vuelace-3",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"private": false,
5
"author": "skillbill",
6
"license": "MIT",
src/components/VLCrud/VLCrud.vue
@@ -237,7 +237,6 @@ const lastEditedItem = ref<any>(null)
237
const onConfirm = async () => {
238
lastEditedItem.value = selectedItem.value?.[props.primary_key]
239
await fetchData()
240
- selectedItem.value = null
241
}
242
243
const onAdd = async (data: any) => {
0 commit comments