Update storage version to 11 and add alert during upgrade

This commit is contained in:
2024-05-14 18:56:40 +08:00
parent 117fce390c
commit 2386e6f2e9
2 changed files with 9 additions and 3 deletions

View File

@@ -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>