handle reactour for recipients,pdf loading, resolve warnings

This commit is contained in:
RaktimaNXG
2023-10-30 16:31:21 +05:30
parent b8cebe5368
commit b75016aaa0
10 changed files with 1079 additions and 1019 deletions
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import React from "react";
import * as Select from "@radix-ui/react-select";
import classnames from "classnames";
@@ -224,11 +224,13 @@ function Header({
)}
{isPlaceholder ? (
<div
onClick={() => {
if (!isMailSend) {
alertSendEmail();
}
}}
style={{
color: isMailSend ? "gray" : themeColor(),
border: "none",
@@ -241,6 +243,7 @@ function Header({
</div>
) : (
<div
data-tut="reactourThird"
onClick={() => {
if (!pdfUrl) {
embedImages();
File diff suppressed because it is too large Load Diff