I used the hook page.update:after
to change the value of a field.
However the panel does not show the new value when I save, the change is only visible after refresh.
Is there a way to fix this?
I used the hook page.update:after
to change the value of a field.
However the panel does not show the new value when I save, the change is only visible after refresh.
Is there a way to fix this?
From a page.update:after hook, which runs server-side, you cannot refresh the Panel.
Thanks. Seems like thereβs a usability gap, but Iβll made do without for now.