mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
update pixel/link edit form on save.
Some checks failed
Node.js CI / build (push) Has been cancelled
Some checks failed
Node.js CI / build (push) Has been cancelled
This commit is contained in:
parent
5213e04f44
commit
fbe031bfe9
3 changed files with 5 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ export function LinkEditForm({
|
|||
onSuccess: async () => {
|
||||
toast(formatMessage(messages.saved));
|
||||
touch('links');
|
||||
touch(`link:${linkId}`);
|
||||
onSave?.();
|
||||
onClose?.();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue