feat: fix schedule now and post not button
This commit is contained in:
parent
ca671654e5
commit
69a08e6c8c
|
|
@ -346,10 +346,12 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
|
||||||
<Button
|
<Button
|
||||||
className="rounded-[4px] relative group"
|
className="rounded-[4px] relative group"
|
||||||
disabled={selectedIntegrations.length === 0 || loading}
|
disabled={selectedIntegrations.length === 0 || loading}
|
||||||
onClick={schedule('schedule')}
|
|
||||||
>
|
>
|
||||||
<div className="flex justify-center items-center gap-[5px] h-full">
|
<div className="flex justify-center items-center gap-[5px] h-full">
|
||||||
<div className="h-full flex items-center text-white">
|
<div
|
||||||
|
className="h-full flex items-center text-white"
|
||||||
|
onClick={schedule('schedule')}
|
||||||
|
>
|
||||||
{selectedIntegrations.length === 0
|
{selectedIntegrations.length === 0
|
||||||
? t(
|
? t(
|
||||||
'select_channels_from_circles',
|
'select_channels_from_circles',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue