adding index to alerts
This commit is contained in:
parent
dad98a47f6
commit
b7c847930b
1 changed files with 3 additions and 1 deletions
|
|
@ -134,7 +134,9 @@ export default function App() {
|
|||
</div>
|
||||
</ErrorBoundary>
|
||||
<div></div>
|
||||
<div className="flex z-40 flex-col-reverse fixed bottom-5 left-5">
|
||||
<div className="flex flex-col-reverse fixed bottom-5 left-5"
|
||||
style={{zIndex: 999}}
|
||||
>
|
||||
{alertsList.map((alert) => (
|
||||
<div key={alert.id}>
|
||||
{alert.type === "error" ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue