Skip to content

Commit cea17b2

Browse files
committed
fix: keep console.error
1 parent f687926 commit cea17b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/hooks/useInstrumentVisualization.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
239239
setRecords(records);
240240
}
241241
} catch (error) {
242+
console.error(error);
242243
notifications.addNotification({
243244
message: t({
244245
en: 'Error occurred finding records',

0 commit comments

Comments
 (0)