Contextual save bar Discard button is not working

Screen Shot 2026-04-24 at 1.05.49 PM

I noticed an issue today where clicking the “Discard” button on the save bar is not triggering any action.

Details:

  • When changes are made, the save bar appears as expected

  • Clicking Save works correctly

  • However, clicking Discard does nothing — no revert action, no response

Additional Info:

  • This behavior started recently (noticed today)

  • Tested across multiple attempts with the same result

Has anyone else experienced this issue?
Is this a known bug or something related to recent updates?

Any help or guidance would be appreciated.

Thanks!

Same here, noticed today

Yeah, I’m seeing the same issue today. I added a console.log to the onClick of the discard button and nothing happens when clicking it.
What’s weird is that I have two places in my app using the max modal, the one I’m currently working on is broken, but the other one still works fine.
This isn’t the first time either. I ran into similar issues twice in 2025, once with the confirmDiscard prop not working, which forced me to use a custom modal.
At this point I’m just going to implement my own save/discard buttons instead of relying on the max modal. Really frustrating.

Can I have a bit more information how you use App Bridge?

  • What version of App Bridge?
  • Are you using App Bridge React v4?
  • What’s your SaveBar and form setup?
  • What framework are you using for the codebase?
  • Does this happen to all shops (merchants) or just dev shops (partners)?
  • Is it consistent to reproduce?

Hello @Henry_Tao,

I believe this issue is now fixed, i was testing this locally and it started to work a few minutes ago, including in production app.

Hmmmm. I have a couple follow up. Thanks.

  • Production app but is it on production shops as well or dev shops?
  • May I know your app setup (above questions)?

It was happening for both production shops and dev shops. (I will confirm this in a bit, waiting for the person that first reported this issue, i am not sure if i tested on production shops).

I use the ui-modal component with the src attribute and the max variant. Inside that component i use the ui-save-bar component.

We use vue as a framework and we are using @GovRayt/app-bridge 3.7.10.

Yes it’s consistent to reproduce.

@Henry_Tao Unfortunately i believe we only tested on dev stores.

@Tony_Silva May I have the apps having this issue? I DM you too, in case you don’t want to post here

@Henry_Tao

  1. What version of App Bridge? - 3.7.10
  2. Are you using App Bridge React v4? - Yes, it’s 4.1.10
  3. What framework are you using for the codebase? - React
  4. Does this happen to all shops (merchants) or just dev shops (partners)? - it was for all shops
  5. Is it consistent to reproduce? - Yes, it was

Now its working fine. Thanks!