Skip to content

Commit 9b2525d

Browse files
committed
Add remove space button to cloud migration section
1 parent 30ef00b commit 9b2525d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/pages/FsDbDeprecationPage.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ const FSDbDeprecationPage = ({ storage }: FSDbDeprecationPageProps) => {
5555
>
5656
Migrate to cloud space
5757
</Button>
58+
<Button
59+
variant='danger'
60+
onClick={() => {
61+
removeWorkspace(storage)
62+
}}
63+
>
64+
Remove space
65+
</Button>
5866
</p>
5967

6068
<h2>Option 2 : Use the standalone app</h2>

0 commit comments

Comments
 (0)