update pixel/link edit form on save.
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
Francis Cao 2026-01-07 09:30:59 -08:00
parent 5213e04f44
commit fbe031bfe9
3 changed files with 5 additions and 2 deletions

View file

@ -50,6 +50,7 @@ export function LinkEditForm({
onSuccess: async () => {
toast(formatMessage(messages.saved));
touch('links');
touch(`link:${linkId}`);
onSave?.();
onClose?.();
},