Skip to content

Commit

Permalink
feat: circle above
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Jan 5, 2025
1 parent a4a40f3 commit 42f1f07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/frontend/src/components/launches/add.edit.model.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@ export const AddEditModal: FC<{
: postFor
? 'Submit for order'
: !existingData.integration
? 'Add to calendar'
? selectedIntegrations.length === 0
? `Select channels from the circles above`
: 'Add to calendar'
: // @ts-ignore
existingData?.posts?.[0]?.state === 'DRAFT'
? 'Schedule'
Expand Down

0 comments on commit 42f1f07

Please sign in to comment.