Skip to content

Commit

Permalink
test: make one field disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
soleksy-splunk committed Dec 2, 2024
1 parent c3a1ebe commit 8a31fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/BaseFormView/BaseFormConfigMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ const GROUP_ENTITIES_MODIFICATIONS = [
text: 'markdown message after mods 2-1',
},
},
{
fieldId: 'text_field_1_group_1',
disabled: true,
},
],
},
],
Expand Down

0 comments on commit 8a31fb5

Please sign in to comment.