fix: duplicate event-type dialog not using the new dialog footer (CALCOM-10258) (#10260)
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>feat/meeting-joined-webhook^2
parent
610c86837a
commit
587d3c1088
|
@ -149,7 +149,7 @@ const DuplicateDialog = () => {
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<DialogFooter showDivider className="mt-10 flex flex-row-reverse gap-x-2">
|
||||
<DialogFooter showDivider className="mt-10 flex-row-reverse gap-x-2">
|
||||
<DialogClose />
|
||||
<Button type="submit" loading={duplicateMutation.isLoading}>
|
||||
{t("continue")}
|
||||
|
|
Loading…
Reference in New Issue