summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/component
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/app/src/component')
-rw-r--r--packages/console/app/src/component/spotlight.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/component/spotlight.tsx b/packages/console/app/src/component/spotlight.tsx
index 704306990..19accb88a 100644
--- a/packages/console/app/src/component/spotlight.tsx
+++ b/packages/console/app/src/component/spotlight.tsx
@@ -766,7 +766,7 @@ export default function Spotlight(props: SpotlightProps) {
}
}
- initializeWebGPU()
+ void initializeWebGPU()
onCleanup(() => {
if (cleanupFunctionRef) {