We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2341ad2 + f7bc0bb commit 5aabe12Copy full SHA for 5aabe12
1 file changed
src/CONST/index.ts
@@ -223,17 +223,6 @@ const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage =
223
'\n' +
224
'And you’re done! Now wait for that sweet “Cha-ching!” when it’s complete.',
225
},
226
- {
227
- type: 'reviewWorkspaceSettings',
228
- autoCompleted: false,
229
- mediaAttributes: {},
230
- title: ({workspaceSettingsLink}) => `Review your [workspace settings](${workspaceSettingsLink})`,
231
- description: ({workspaceSettingsLink}) =>
232
- "Here's how to review and update your workspace settings:\n" +
233
- '1. Click the settings tab.\n' +
234
- '2. Click *Workspaces* > [Your workspace].\n' +
235
- `[Go to your workspace](${workspaceSettingsLink}). We'll track them in the #admins room.`,
236
- },
237
],
238
};
239
0 commit comments