Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and Aniket-Engg committed Jul 16, 2024
1 parent 6739ab8 commit 0a18abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/editor/src/lib/remix-ui-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ export const EditorUI = (props: EditorUIProps) => {
</div>
),
}
props.plugin.call('notification', 'alert', modalContent)
props.plugin.call('notification', 'alert', modalContent)
pasteCodeRef.current = true
_paq.push(['trackEvent', 'editor', 'onDidPaste', 'more_than_10_lines'])
}
Expand Down

0 comments on commit 0a18abe

Please sign in to comment.