Skip to content

Commit

Permalink
add moveToTrash to generic modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Jan 9, 2024
1 parent 3c5b3db commit 0ad66d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/exhibition-live/components/form/GenericModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ type GenericModalProps = {
};

const modalContent = [
{
modalType: "moveToTrash",
title: "Eintrag in den Papierkorb verschieben",
text: "Eintrag in den Papierkorb verschieben?",
action: "Verschieben",
},
{
modalType: "deleteSelected",
title: "Gewählte Einträge Löschen",
Expand Down

0 comments on commit 0ad66d4

Please sign in to comment.