Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e93ff60

Browse files
authored
fix: search config type (#990)
1 parent 0c0803b commit e93ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/constants/configSchema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function getConfigSchema() {
419419
frame: { type: 'boolean' },
420420
},
421421
},
422-
search: { type: 'string' },
422+
search: { type: 'boolean' },
423423
},
424424
required: ['backend', 'collections', 'media_folder'],
425425
};

0 commit comments

Comments
 (0)