feat: circle above
This commit is contained in:
parent
a4a40f3cdc
commit
42f1f07412
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue