Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshulKahar2729 committed Sep 24, 2024
1 parent e58b879 commit 42a0503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npm run format:fix
# npm run lint:fix
npm run lint-staged
npm run typecheck
npm run update:toc

git add .
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface InterfaceLeaveConfirmModalProps {
* Provides:
* - Modal to confirm leaving an organization.
*
* @param orgId - ID of the current organization.
* @param orgId - ID of the current organization.
* @param show - Boolean indicating if the modal should be shown.
* @param onHide - Function to hide the modal.
*
Expand Down

0 comments on commit 42a0503

Please sign in to comment.