-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adding toast after deleting a group #1383
Conversation
@@ -39,7 +39,7 @@ const GroupCardGrid = ({ groups }) => { | |||
lg: 6, | |||
xl: 4, | |||
}} | |||
hasEqualColumnHeights="true" | |||
hasEqualColumnHeights |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was giving a warning, I fixed it but it's unrelated to this ticket
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1383 +/- ##
==========================================
+ Coverage 85.84% 85.90% +0.05%
==========================================
Files 627 627
Lines 13697 13705 +8
Branches 2874 2872 -2
==========================================
+ Hits 11758 11773 +15
+ Misses 1869 1863 -6
+ Partials 70 69 -1 ☔ View full report in Codecov by Sentry. |
…min-portal into kiram15/ENT-9860
Screen.Recording.2025-01-14.at.3.52.15.PM.mov
Jira ticket
Testing
For all changes
Only if submitting a visual change