-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: Implement deleting custom form field #5661
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/6d7z15e4w |
Codecov Report
@@ Coverage Diff @@
## development #5661 +/- ##
===============================================
+ Coverage 23.73% 23.78% +0.04%
===============================================
Files 498 509 +11
Lines 5275 5412 +137
Branches 47 59 +12
===============================================
+ Hits 1252 1287 +35
- Misses 4015 4110 +95
- Partials 8 15 +7
Continue to review full report at Codecov.
|
There needs to be a popup - "Are you sure you want to delete this?" before it gets deleted |
Fixes #4596
Short description of what this resolves:
Implemented removing function for custom form field added.
Changes proposed in this pull request:
-Attendee form's template should be changed
-Remove action is inserted into the Attendee form component
-In custom table template, remove cell is activated
Checklist
development
branch.