mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #68] JavaScript error when adding the first tag manually #43
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ocean90 on GitHub (Mar 21, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/68
To reproduce:
You'll be stuck with a loading animation and the browser console has these two errors:
Using v1.4.0 and latest Chrome version.
@axllent commented on GitHub (Mar 21, 2023):
Thank you for reporting this, I will investigate as to why this is happening and fix it as soon as I'm able to.
@axllent commented on GitHub (Mar 31, 2023):
Thank you again for reporting this. This fix has now been released as part of v1.5.0.
@ocean90 commented on GitHub (Apr 3, 2023):
Thanks!