We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a29bdc commit c245c07Copy full SHA for c245c07
packages/manager/src/features/ObjectStorage/ObjectStorageLanding.tsx
@@ -104,6 +104,7 @@ export const ObjectStorageLanding = () => {
104
const createButtonAction = () => {
105
if (isAccessKeysTab) {
106
navigate({ to: '/object-storage/access-keys/create' });
107
+ handleOpenAccessDrawer('creating');
108
} else {
109
navigate({ to: '/object-storage/buckets/create' });
110
}
0 commit comments