feat: circle above

This commit is contained in:
Nevo David 2025-01-06 02:33:01 +07:00
parent a4a40f3cdc
commit 42f1f07412
1 changed files with 3 additions and 1 deletions

View File

@ -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'