Skip to content

Commit

Permalink
remove hidden openform param
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Jun 6, 2024
1 parent 348d679 commit 3bb52fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/schema/slack/functions/open_form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ export default DefineFunction({
"Context about the interactive event that led to opening of the form",
title: "interactivity",
},
on_submit_function_config: {
type: SchemaTypes.object,
description:
"Workflow step configuration for a function to be executed on submission of the form`",
title: "on_submit_function_config",
},
},
required: ["title", "fields", "interactivity"],
},
Expand Down
6 changes: 0 additions & 6 deletions src/schema/slack/functions/open_form_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ Deno.test("OpenForm generates valid FunctionManifest", () => {
"Context about the interactive event that led to opening of the form",
title: "interactivity",
},
on_submit_function_config: {
type: SchemaTypes.object,
description:
"Workflow step configuration for a function to be executed on submission of the form`",
title: "on_submit_function_config",
},
},
required: ["title", "fields", "interactivity"],
},
Expand Down

0 comments on commit 3bb52fb

Please sign in to comment.