Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,322 changes: 541 additions & 1,781 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/app/(dashboard)/admin/configure/ConfigureSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function ConfigureSection({
Create New {title}
</Button>
</DialogTrigger>
<DialogContent>
<DialogContent className="bg-white">
<DialogHeader>
<DialogTitle>{editingItem ? `Edit ${title}` : `Create New ${title}`}</DialogTitle>
</DialogHeader>
Expand All @@ -191,7 +191,7 @@ export default function ConfigureSection({
</DialogContent>
</Dialog>
<Dialog open={isDeleteModalOpen} onOpenChange={setIsDeleteModalOpen}>
<DialogContent>
<DialogContent className="bg-white">
<DialogHeader>
<DialogTitle>Confirm Deletion</DialogTitle>
</DialogHeader>
Expand Down
Loading