File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Applications/DevtronApps/Details/AppConfigurations/MainContent Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ const ConfigDryRun = ({
131
131
) }
132
132
133
133
< ToggleResolveScopedVariables
134
+ name = "resolve-scoped-variables-dry-run-view"
134
135
handleToggleScopedVariablesView = { handleToggleResolveScopedVariables }
135
136
resolveScopedVariables = { resolveScopedVariables }
136
137
isDisabled = { ! ! errorInfo }
Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ const ConfigToolbar = ({
313
313
< InvalidYAMLTippyWrapper parsingError = { parsingError } restoreLastSavedYAML = { restoreLastSavedYAML } >
314
314
< div >
315
315
< ToggleResolveScopedVariables
316
+ name = "resolve-scoped-variables"
316
317
resolveScopedVariables = { resolveScopedVariables }
317
318
handleToggleScopedVariablesView = { handleToggleScopedVariablesView }
318
319
isDisabled = { isDisabled }
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ export const ConfigMapSecretDryRun = ({
224
224
) }
225
225
< div className = "dc__border-right-n1 dc__align-self-stretch mt-2 mb-2" />
226
226
< ToggleResolveScopedVariables
227
+ name = "resolve-scoped-variables-dry-run-view"
227
228
resolveScopedVariables = { resolveScopedVariables }
228
229
handleToggleScopedVariablesView = { handleToggleScopedVariablesView }
229
230
isDisabled = { areScopeVariablesResolving }
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ type Story = StoryObj<typeof meta>
83
83
const COMMON_SWITCH_TEMPLATE : Story = {
84
84
args : {
85
85
name : 'switch-story' ,
86
- dataTestId : 'switch-story' ,
87
86
variant : 'positive' ,
88
87
size : ComponentSizeType . medium ,
89
88
isDisabled : false ,
You can’t perform that action at this time.
0 commit comments