diff --git a/packages/client/src/utils/buttonActions.js b/packages/client/src/utils/buttonActions.js index 21585b62bd..b82d19935c 100644 --- a/packages/client/src/utils/buttonActions.js +++ b/packages/client/src/utils/buttonActions.js @@ -400,7 +400,7 @@ const closeSidePanelHandler = () => { sidePanelStore.actions.close() } -const downloadFileHandler = async (action, context) => { +const downloadFileHandler = async (action, _context) => { let { url, file_name, type, attachment } = action.parameters if (type === "attachment") { const attachmentObject = JSON.parse(attachment)