Skip to content

Commit

Permalink
Fix unneeded selectedItem clean up (#40)
Browse files Browse the repository at this point in the history
* Fix unneeded selectedItem clean up

* Version bumb
  • Loading branch information
NessunoZero authored May 29, 2024
1 parent f3e022a commit d2c1a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skillbill/vuelace-3",
"version": "1.1.3",
"version": "1.1.4",
"private": false,
"author": "skillbill",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/components/VLCrud/VLCrud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ const lastEditedItem = ref<any>(null)
const onConfirm = async () => {
lastEditedItem.value = selectedItem.value?.[props.primary_key]
await fetchData()
selectedItem.value = null
}
const onAdd = async (data: any) => {
Expand Down

0 comments on commit d2c1a1c

Please sign in to comment.