Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
Add Navigation to Delete button
  • Loading branch information
jatindersingh93 committed Jun 26, 2024
1 parent f86f534 commit 706a159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/object/DeleteObjectButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ref } from 'vue';
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
import { Button, Dialog, useConfirm } from '@/lib/primevue';
//import { useObjectStore } from '@/store/objectStore';
import { useNavStore, useObjectStore } from '@/store';
import { ButtonMode } from '@/utils/enums';
import { onDialogHide } from '@/utils/utils';
Expand Down

0 comments on commit 706a159

Please sign in to comment.