Update storage version to 11 and add alert during upgrade
This commit is contained in:
@@ -33,7 +33,12 @@ export default function Search(props: {
|
||||
>
|
||||
<div className="flex justify-between">
|
||||
<span className="m-1 p-1 font-bold">Search</span>
|
||||
<button className="m-1 p-1 bg-cyan-400 rounded">Close</button>
|
||||
<button
|
||||
className="m-1 p-1 bg-cyan-400 rounded"
|
||||
onClick={() => props.setShow(false)}
|
||||
>
|
||||
Close
|
||||
</button>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user