Skip to content

Commit 534be9a

Browse files
committed
fix: fix bug
1 parent d63c7d5 commit 534be9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/platform/src/pages/BuildPage/bench/LingSiWork.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export default function index({ formData: parentFormData, setFormData: parentSet
383383
...defaultFormValues.linsightConfig,
384384
...config.linsightConfig,
385385
input_placeholder: config.linsightConfig?.input_placeholder || '',
386-
linsight_entry: config.linsightConfig?.linsight_entry || false,
386+
linsight_entry: config.linsightConfig?.linsight_entry || true,
387387
}
388388
});
389389

0 commit comments

Comments
 (0)