Skip to content

Commit bf38d27

Browse files
committed
Trace fork modal
1 parent 7088ded commit bf38d27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/app/src/app/store/sequences.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,11 @@ export const forkSandbox = sequence('forkSandbox', [
142142
ensurePackageJSON,
143143
set(state`editor.isForkingSandbox`, false),
144144
],
145-
false: [set(props`modal`, 'forkServerModal'), openModal],
145+
false: [
146+
factories.track('Show Server Fork Sign In Modal', {}),
147+
set(props`modal`, 'forkServerModal'),
148+
openModal,
149+
],
146150
},
147151
]);
148152

0 commit comments

Comments
 (0)