Skip to content

Commit 6016f7b

Browse files
ci-botAniket-Engg
authored andcommitted
typo
1 parent 8b439a0 commit 6016f7b

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)