File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 115115 <Spinner class =" w-8 h-8" />
116116 </div >
117117 </div >
118- <AcceptModal title = " There are unsaved changes. " />
118+ <AcceptModal />
119119 <div v-if =" toastStore.toasts.length>0" class =" fixed bottom-5 right-5 flex gap-1 flex-col-reverse z-[100]" >
120120 <transition-group
121121 name =" fade"
Original file line number Diff line number Diff line change 2222 </div >
2323 </div >
2424
25- <h3 v-if = " props.title " class =" mb-4 text-2xl font-bold text-gray-900 dark:text-white" >
26- {{ title }}
25+ <h3 class =" mb-4 text-2xl font-bold text-gray-900 dark:text-white" >
26+ There are unsaved changes.
2727 </h3 >
2828
2929 <div class =" mb-2 text-[15px] text-gray-600 dark:text-gray-300" >
@@ -70,9 +70,6 @@ import { useModalStore } from '@/stores/modal';
7070import { Modal } from ' @/afcl' ;
7171import { IconClipboardDocumentSolid } from ' @iconify-prerendered/vue-heroicons' ;
7272
73- const props = defineProps <{
74- title? : string
75- }>()
7673
7774const modalRef = ref ();
7875const modalStore = useModalStore ();
You can’t perform that action at this time.
0 commit comments