Skip to content

Commit

Permalink
[frontend] fix error at Digest creation' (#5661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Jan 23, 2024
1 parent a3fd9e6 commit 81371cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const TriggerDigestCreation: FunctionComponent<TriggerDigestCreationProps> = ({
component={TimePickerField}
name="time"
withMinutes={true}
TextFieldProps={{
textFieldProps={{
label: t_i18n('Time'),
variant: 'standard',
fullWidth: true,
Expand Down

0 comments on commit 81371cf

Please sign in to comment.