Skip to content

Commit d2c1a1c

Browse files
authored
Fix unneeded selectedItem clean up (#40)
* Fix unneeded selectedItem clean up * Version bumb
1 parent f3e022a commit d2c1a1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skillbill/vuelace-3",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": false,
55
"author": "skillbill",
66
"license": "MIT",

src/components/VLCrud/VLCrud.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ const lastEditedItem = ref<any>(null)
237237
const onConfirm = async () => {
238238
lastEditedItem.value = selectedItem.value?.[props.primary_key]
239239
await fetchData()
240-
selectedItem.value = null
241240
}
242241
243242
const onAdd = async (data: any) => {

0 commit comments

Comments
 (0)