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
GitStart-Cal.com 2023-07-19 23:15:03 +01:00 committed by GitHub
parent 610c86837a
commit 587d3c1088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")}