ui fix
This commit is contained in:
parent
4b4e2bb26b
commit
6e0e04b857
@ -35,6 +35,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Make the POST request to the endpoint
|
// Make the POST request to the endpoint
|
||||||
|
|
||||||
|
toast.success(`Successfully created price alert`, {
|
||||||
|
style:
|
||||||
|
"border-radius: 5px; background: #fff; color: #000; border-color: #4B5563; font-size: 15px;",
|
||||||
|
});
|
||||||
|
|
||||||
const response = await fetch("/api/create-price-alert", {
|
const response = await fetch("/api/create-price-alert", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
@ -46,11 +52,6 @@
|
|||||||
$newPriceAlertData = await response?.json();
|
$newPriceAlertData = await response?.json();
|
||||||
|
|
||||||
//const output = await response.json();
|
//const output = await response.json();
|
||||||
|
|
||||||
toast.success(`Successfully created price alert`, {
|
|
||||||
style:
|
|
||||||
"border-radius: 5px; background: #fff; color: #000; border-color: #4B5563; font-size: 15px;",
|
|
||||||
});
|
|
||||||
targetPrice = currentPrice;
|
targetPrice = currentPrice;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user