Skip to content

Commit 050c0b0

Browse files
RomuDeuxfoisDimfacion
authored andcommitted
[frontend] Restored previous CSS styling following dependency updates
1 parent b0d4d0b commit 050c0b0

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

openbas-front/src/admin/components/scenarios/scenario/ScenarioRecurringFormDialog.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ const ScenarioRecurringFormDialog: FunctionComponent<Props> = ({ onSubmit, selec
192192
fullWidth: true,
193193
error: !!fieldState.error,
194194
helperText: fieldState.error?.message,
195+
variant: 'standard',
195196
},
196197
}}
197198
label={t('Start date')}
@@ -291,6 +292,7 @@ const ScenarioRecurringFormDialog: FunctionComponent<Props> = ({ onSubmit, selec
291292
fullWidth: true,
292293
error: !!fieldState.error,
293294
helperText: fieldState.error?.message,
295+
variant: 'standard',
294296
},
295297
}}
296298
/>
@@ -315,6 +317,7 @@ const ScenarioRecurringFormDialog: FunctionComponent<Props> = ({ onSubmit, selec
315317
fullWidth: true,
316318
error: !!fieldState.error,
317319
helperText: fieldState.error?.message,
320+
variant: 'standard',
318321
},
319322
}}
320323
label={t('End date')}

openbas-front/src/admin/components/simulations/simulation/ExerciseDateForm.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const ExerciseDateForm: FunctionComponent<Props> = ({
132132
fullWidth: true,
133133
error: !!fieldState.error,
134134
helperText: fieldState.error?.message,
135+
variant: 'standard',
135136
},
136137
}}
137138
/>
@@ -158,6 +159,7 @@ const ExerciseDateForm: FunctionComponent<Props> = ({
158159
fullWidth: true,
159160
error: !!fieldState.error,
160161
helperText: fieldState.error?.message,
162+
variant: 'standard',
161163
},
162164
}}
163165
/>

openbas-front/src/admin/components/workspaces/custom_dashboards/widgets/WidgetCreationParameters.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ const WidgetCreationParameters: FunctionComponent<{
196196
fullWidth: true,
197197
error: !!fieldState.error,
198198
helperText: fieldState.error?.message,
199+
variant: 'standard',
199200
},
200201
}}
201202
/>
@@ -216,6 +217,7 @@ const WidgetCreationParameters: FunctionComponent<{
216217
fullWidth: true,
217218
error: !!fieldState.error,
218219
helperText: fieldState.error?.message,
220+
variant: 'standard',
219221
},
220222
}}
221223
/>

0 commit comments

Comments
 (0)