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