File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
src/features/ObjectStorage Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The 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:
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments