Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szczygiel-m committed Sep 17, 2024
1 parent 7a05452 commit 62c0b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes-console/src/dummy/topic-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const dummyTopicFormValidator = {
owner: [required()],
contentType: [required()],
retentionTimeDurationDays: [required(), min(0), max(7)],
retentionTimeDurationHours: [required(), min(0), max(7)],
retentionTimeDurationHours: [required(), min(0), max(24)],
maxMessageSize: [required(), min(0)],
offlineRetentionTime: [required(), min(0)],
ack: [required()],
Expand Down

0 comments on commit 62c0b68

Please sign in to comment.