Skip to content

Commit 59925ce

Browse files
Updating template
1 parent 6c45612 commit 59925ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/configs/templates/PlaygroundPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ServerTable from './ServerTable.vue';
1717
import tableDefaults from './tableDefaults';
1818
1919
const tableSettings = ref(Object.assign({}, tableDefaults));
20-
const tableSettingsServer = ref({ ...tableDefaults, ...{ server: true } });
20+
const tableSettingsServer = ref({ ...tableDefaults, ...{ searchDebounce: 5000, server: true } });
2121
</script>
2222

2323

0 commit comments

Comments
 (0)