Skip to content

Commit

Permalink
revert: ShiftAssignmentDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Jun 20, 2024
1 parent b9d3c2a commit 06a1ecc
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions roster/src/components/ShiftAssignmentDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,7 @@
</div>
</div>

<Dialog
v-model="showDeleteDialog"
:options="{
title: deleteDialogOptions.title,
message: deleteDialogOptions.message,
actions: [
{
label: 'Confirm',
variant: 'solid',
onClick: deleteDialogOptions.action,
},
],
}"
/>
<ConfirmDialog v-model="showDeleteDialog" :options="deleteDialogOptions" />
</template>
<template #actions>
<div class="flex space-x-2 justify-end">
Expand Down

0 comments on commit 06a1ecc

Please sign in to comment.