mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
fix: use value fetched from server (#4966)
This commit is contained in:
parent
20e2041288
commit
5dfca16fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ const ConditionalBreakingChanges = (props: {
|
|||
size="small"
|
||||
type="number"
|
||||
min="1"
|
||||
max="30"
|
||||
max={targetSettings.data?.organization?.organization?.rateLimit.retentionInDays ?? 30}
|
||||
className="mx-2 !inline-flex !w-16"
|
||||
/>
|
||||
days.
|
||||
|
|
|
|||
Loading…
Reference in a new issue