tusharwagh

Results 1 issues of tusharwagh

Below code will open a comment modal. ```javascript // Handle selection of a pending task in the static select app.action( { type: "block_actions", action_id: /^pending_task_action_(\d+)$/ }, async ({ ack, body,...

question