Skip to content

Commit

Permalink
Merge pull request #53 from SILFRICA/develop
Browse files Browse the repository at this point in the history
Feat: Updated Channel Table & Modal component on Channel UI
  • Loading branch information
DioChuks authored Nov 14, 2024
2 parents efb0f3d + cc219db commit 159bda1
Show file tree
Hide file tree
Showing 11 changed files with 725 additions and 406 deletions.
2 changes: 2 additions & 0 deletions src/components/modals/actionPrompts/DeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import APModal from "./Modal";
interface DeleteProps {
isOpen: boolean;
onClose: () => void;
onConfirm: () => Promise<void>;
itemId: string | number;
children: React.ReactNode;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface AdminData {
state: string;
id: number;
email: string;
name: string;
Expand Down
Loading

0 comments on commit 159bda1

Please sign in to comment.