Skip to content

Commit c245c07

Browse files
fix state
1 parent 9a29bdc commit c245c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/manager/src/features/ObjectStorage/ObjectStorageLanding.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const ObjectStorageLanding = () => {
104104
const createButtonAction = () => {
105105
if (isAccessKeysTab) {
106106
navigate({ to: '/object-storage/access-keys/create' });
107+
handleOpenAccessDrawer('creating');
107108
} else {
108109
navigate({ to: '/object-storage/buckets/create' });
109110
}

0 commit comments

Comments
 (0)