Skip to content

Commit b5e9ea1

Browse files
committed
feat: just disable, no login
1 parent ff467f1 commit b5e9ea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/frontend/src/components/new-launch/manage.modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
340340
<Button
341341
className="rounded-[4px] relative group"
342342
disabled={selectedIntegrations.length === 0 || loading}
343-
loading={loading}
344343
onClick={schedule('schedule')}
345344
>
346345
<div className="flex justify-center items-center gap-[5px] h-full">

0 commit comments

Comments
 (0)