ui fix
This commit is contained in:
parent
f9064c9519
commit
1e76f40c08
@ -34,7 +34,7 @@
|
||||
|
||||
<section class="w-full overflow-hidden m-auto">
|
||||
<Infobox
|
||||
text="A list of stocks with the highest Implied Volatility (IV) Rank and a minimum of 1 million open interest (OI). IV Rank measures a stock's current implied volatility compared to its range over a specific period, helping identify potential opportunities in the options market."
|
||||
text="A list of stocks with the highest Implied Volatility (IV) Rank. IV Rank measures a stock's current implied volatility compared to its range over a specific period, helping identify potential opportunities in the options market."
|
||||
/>
|
||||
|
||||
<!-- Page wrapper -->
|
||||
|
||||
@ -112,7 +112,10 @@
|
||||
id: data?.getOptionsWatchlist?.id,
|
||||
};
|
||||
|
||||
const response = await fetch("/api/update-options-watchlist", {
|
||||
numberOfChecked = 0;
|
||||
editMode = !editMode;
|
||||
|
||||
await fetch("/api/update-options-watchlist", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
@ -121,8 +124,6 @@
|
||||
});
|
||||
|
||||
deleteOptionsId = [];
|
||||
numberOfChecked = 0;
|
||||
editMode = !editMode;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user