diff --git a/packages/client/src/utils/buttonActions.js b/packages/client/src/utils/buttonActions.js index 92912908cb..9acf30b219 100644 --- a/packages/client/src/utils/buttonActions.js +++ b/packages/client/src/utils/buttonActions.js @@ -117,12 +117,12 @@ export const enrichButtonActions = (actions, context) => { } }) - // Stop enriching actions when encountering a confirmable actions, + // Stop enriching actions when encountering a confirmable action, // as the callback continues the action chain return } - // For non-confirmable actions, execute this immediately + // For non-confirmable actions, execute the handler immediately else { const result = await callback() if (result === false) {