fix circular dependsOn for Jira manualIssueKey

This commit is contained in:
Vikhyath Mondreti
2025-08-21 21:21:19 -07:00
parent f5219d03c3
commit 11a7be54f2

View File

@@ -95,7 +95,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
type: 'short-input',
layout: 'full',
placeholder: 'Enter Jira issue key',
dependsOn: ['credential', 'domain', 'projectId', 'issueKey'],
dependsOn: ['credential', 'domain', 'projectId'],
condition: { field: 'operation', value: ['read', 'update'] },
mode: 'advanced',
},