fix: duplicate event-type dialog not using the new dialog footer (CALCOM-10258) (#10260)

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
This commit is contained in:
GitStart-Cal.com
2023-07-20 00:15:03 +02:00
committed by GitHub
co-authored by gitstart-calcom
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")}