Skip to content

Commit

Permalink
fix(dashboard): Allow newlines on trigger workflow payload editor
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg committed Nov 11, 2024
1 parent f5af1d4 commit a672828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const TestWorkflowForm = ({ workflow }: { workflow?: WorkflowResponseDto
<Editor
lang="json"
className="h-full"
basicSetup={{ lineNumbers: true }}
basicSetup={{ lineNumbers: true, defaultKeymap: true }}
extensions={[loadLanguage('json')?.extension ?? []]}
{...restField}
/>
Expand Down

0 comments on commit a672828

Please sign in to comment.