Skip to content

Commit

Permalink
Update packages/dashboard-core-plugins/src/events/TabEvent.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <mikebender@deephaven.io>
  • Loading branch information
vbabich and mofojed committed Aug 20, 2024
1 parent 7060843 commit 793abb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashboard-core-plugins/src/events/TabEvent.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const TabEvent = {
const TabEvent = Object.freeze({
focus: 'TabEvent.focus',
blur: 'TabEvent.blur',
} as const;
});

export default TabEvent;

0 comments on commit 793abb6

Please sign in to comment.