Skip to content

Commit 11a7be5

Browse files
committed
fix circular dependsOn for Jira manualIssueKey
1 parent f5219d0 commit 11a7be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/jira.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
9595
type: 'short-input',
9696
layout: 'full',
9797
placeholder: 'Enter Jira issue key',
98-
dependsOn: ['credential', 'domain', 'projectId', 'issueKey'],
98+
dependsOn: ['credential', 'domain', 'projectId'],
9999
condition: { field: 'operation', value: ['read', 'update'] },
100100
mode: 'advanced',
101101
},

0 commit comments

Comments
 (0)