Skip to content

Commit e5be222

Browse files
committed
chore(lint): apply biome fixes
1 parent aa8f7b8 commit e5be222

2 files changed

Lines changed: 97 additions & 97 deletions

File tree

apps/sim/app/workspace/[workspaceId]/providers/global-commands-provider.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('GlobalCommandsProvider editable guard', () => {
112112
mount(
113113
<GlobalCommandsProvider>
114114
<RegisterModKOutsideEditable handler={handler} />
115-
<div contentEditable tabIndex={0} />
115+
<div contentEditable />
116116
</GlobalCommandsProvider>
117117
)
118118
;(container.querySelector('[contenteditable]') as HTMLElement).focus()

0 commit comments

Comments
 (0)