feat: fix schedule now and post not button

This commit is contained in:
Nevo David 2025-06-28 11:40:10 +07:00
parent ca671654e5
commit 69a08e6c8c
1 changed files with 4 additions and 2 deletions

View File

@ -346,10 +346,12 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
<Button
className="rounded-[4px] relative group"
disabled={selectedIntegrations.length === 0 || loading}
onClick={schedule('schedule')}
>
<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
? t(
'select_channels_from_circles',