We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d33718 commit 42d99a8Copy full SHA for 42d99a8
ui/src/pages/project/entities/details-form/collection-details-form.tsx
@@ -148,6 +148,8 @@ export const CollectionDetailsForm = ({
148
name: entity?.name ?? '',
149
description: entity?.description ?? '',
150
kwargs: {
151
+ minute_interval: 10,
152
+ size: 100,
153
...Object.fromEntries(
154
Object.entries(collection?.kwargs || {}).map(([key, value]) => {
155
const fieldConfig = config[`kwargs.${key}`]
0 commit comments