Skip to content

Commit 766fd97

Browse files
committed
fix(blk): add missing menu entry
1 parent 774e043 commit 766fd97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/block-storage/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export const blockStorageMenu = {
2626
label: 'Attach a volume',
2727
slug: 'attach-a-volume',
2828
},
29+
{
30+
label: 'Mount a volume',
31+
slug: 'mount-a-volume',
32+
},
2933
{
3034
label: 'Increase the volume size',
3135
slug: 'increase-block-volume',

0 commit comments

Comments
 (0)