Can navigate menus but not submit input using new Input System

I’ve implemented a pause menu that has buttons that work when I click with a mouse:


“Continue” unpauses the game, and “Quit” exits play mode. I can navigate using WASD using the Event System, but while I have the bindings set for submission, pressing the submit button (J) doesn’t do anything, when it should trigger the button’s OnClick event.
9877104--1424355--upload_2024-6-6_16-16-28.png