Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
apply ui:allowDeselect
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Nov 22, 2023
1 parent cf19749 commit 8dec7f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/projectSettings/tabs/PluginsTab/getFormSchema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,11 @@ export const getFormSchema = (
},
},
ticketCreateIssueType: {
"ui:allowDeselect": false,
"ui:description":
"Specify a JIRA issue type for tickets created by the File Ticket button.",
issueType: {
"ui:allowDeselect": false,
},
},
ticketCreateProject: {
"ui:description": (
Expand Down

0 comments on commit 8dec7f0

Please sign in to comment.