more
This commit is contained in:
@@ -273,7 +273,6 @@ const DocEditPage = () => {
|
||||
return response.json();
|
||||
})
|
||||
.then((data) => {
|
||||
console.log("data in genResponseFromArrayCombined", data);
|
||||
const respArray = data[0].responses;
|
||||
const result = respArray?.map((item, index) => {
|
||||
let obj = {};
|
||||
@@ -371,7 +370,6 @@ const DocEditPage = () => {
|
||||
method: "GET",
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
setIsBusy(false);
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
@@ -51,6 +51,7 @@ const SignupPage = () => {
|
||||
);
|
||||
|
||||
// const [showSelectPlan, setShowSelectPlan] = useState(true);
|
||||
|
||||
const [activeRadioOption, setActiveRadioOption] = useState("partner");
|
||||
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[1]]);
|
||||
const stripe = new Stripe(stripeApiKey);
|
||||
|
||||
Reference in New Issue
Block a user