Skip to content

Commit

Permalink
chore(fe): change comment for basemodal
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Dec 23, 2024
1 parent c773605 commit 0943160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/components/BaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ interface BaseModalProps {
*
* @remarks
* * Use BaseModal Component by creating a new component(which includes 'AlertDialogFooter') that extends BaseModal
* * AlertDialogFooter section (Button section) is separated using ConfirmModal component
* because its design and functionality vary depending on context (for reusability).
* * AlertDialogFooter section (Button section) is separated using ConfirmModal component for reusability.
*/
export default function BaseModal({
open,
Expand Down

0 comments on commit 0943160

Please sign in to comment.