You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/deploy-modal/components/template-deploy/template-deploy.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/settings-modal/components/components/creator-profile/creator-profile.tsx
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -196,11 +196,8 @@ export function CreatorProfile() {
196
196
logger.info('Creator profile saved successfully')
197
197
setSaveStatus('saved')
198
198
199
-
window.dispatchEvent(
200
-
newCustomEvent('creator-profile-saved',{
201
-
detail: {profileId: result.data?.id},
202
-
})
203
-
)
199
+
// Dispatch event to notify that a creator profile was saved
0 commit comments