forked from konveyor/tackle2-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ ApplicationAssessmentPageHeader refactor to remove useEntityModal (k…
…onveyor#1246) - Replace UseEntityModal with local state "standard" approach we now use - Remove useEntityModal hook which is not used anymore. Resolves konveyor#1234
- Loading branch information
1 parent
5c99245
commit 29c283d
Showing
6 changed files
with
11 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export { useEntityModal } from "./useEntityModal"; | ||
export { useAssessApplication } from "./useAssessApplication"; |
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
client/src/app/shared/hooks/useEntityModal/useEntityModal.test.tsx
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
client/src/app/shared/hooks/useEntityModal/useEntityModal.ts
This file was deleted.
Oops, something went wrong.