Skip to content

Commit 4f1f8c4

Browse files
ci-botbunsenstraat
authored andcommitted
typo
(cherry picked from commit 7aeb260)
1 parent 4dfa715 commit 4f1f8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/top-bar/src/lib/remix-ui-topbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export function RemixUiTopbar() {
390390
try {
391391
await switchToWorkspace(name)
392392
handleExpandPath([])
393-
trackMatomoEvent<WorkspaceEvent>({ category: 'Workspace', action: 'switchWorkspace', name: name, isClick: true })
393+
trackMatomoEvent<WorkspaceEvent>({ category: 'workspace', action: 'switchWorkspace', name: name, isClick: true })
394394
} catch (e) {
395395
global.modal(
396396
intl.formatMessage({ id: 'filePanel.workspace.switch' }),

0 commit comments

Comments
 (0)