Skip to content

Commit 3adccc5

Browse files
Merge pull request #12186 from linode/staging
Release v1.141.1 - staging → master
2 parents 313f0c0 + e8b8772 commit 3adccc5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2025-05-09] - v1.141.1
8+
9+
### Fixed:
10+
11+
- State issue with Object Storage access key drawer
12+
713
## [2025-05-06] - v1.141.0
814

915
### Added:

packages/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linode-manager",
33
"author": "Linode",
44
"description": "The Linode Manager website",
5-
"version": "1.141.0",
5+
"version": "1.141.1",
66
"private": true,
77
"type": "module",
88
"bugs": {

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)