-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: ability to remove admin area social links #5038
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/bs5wxi8gm |
Did this happen due to a typo or something else? |
I'm still not able to delete the links. Please check again. I need to be able to delete all the characters from the input field and it should nullify the bounded property. So, for example if from |
protocolAddressObserver() { | ||
if (!this.address) {return} | ||
const link = this.linkName?.toLowerCase(); |
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 not letting us delete the whole eventyay
, even in UI we removed eventyay
but e
was still not removed behind the scenes.
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.
Then please ensure this isn't happening - #4947
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.
Codecov Report
@@ Coverage Diff @@
## development #5038 +/- ##
===============================================
+ Coverage 22.68% 22.74% +0.05%
===============================================
Files 488 488
Lines 5183 5183
Branches 21 21
===============================================
+ Hits 1176 1179 +3
+ Misses 4003 4000 -3
Partials 4 4
Continue to review full report at Codecov.
|
3c43a12
to
c4d28b5
Compare
c4d28b5
to
250a86c
Compare
@iamareebjamal please take a look |
Looks good but there is one issue. The prefix remains to be It should be |
Fixes #4960 #4960 (comment)