Skip to content

Commit 42d99a8

Browse files
mihowCopilot
andauthored
Allow the api data to override the defaults
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d33718 commit 42d99a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/pages/project/entities/details-form/collection-details-form.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ export const CollectionDetailsForm = ({
148148
name: entity?.name ?? '',
149149
description: entity?.description ?? '',
150150
kwargs: {
151+
minute_interval: 10,
152+
size: 100,
151153
...Object.fromEntries(
152154
Object.entries(collection?.kwargs || {}).map(([key, value]) => {
153155
const fieldConfig = config[`kwargs.${key}`]

0 commit comments

Comments
 (0)