fix: type.

This commit is contained in:
Darshan
2025-10-31 15:36:35 +05:30
parent 8d38c0d239
commit 2f27386320
@@ -82,7 +82,7 @@
*/
let isWaterfallFromFaker = false;
let columnCreationHandler: (response: RealtimeResponse) => void | null = null;
let columnCreationHandler: ((response: RealtimeResponse) => void) | null = null;
onMount(() => {
expandTabs.set(preferences.getKey('tableHeaderExpanded', true));