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

@ -48,6 +48,7 @@ export function PixelEditForm({
onSuccess: async () => {
toast(formatMessage(messages.saved));
touch('pixels');
touch(`pixel:${pixelId}`);
onSave?.();
onClose?.();
},