From ea3c644481f67cf42e046dc1fab81eae08184408 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Tue, 11 Jun 2024 14:19:09 +0200 Subject: [PATCH] fix: Album creation button onClick action was broken old button has `type submit` by default, so we need to add it manually when using new buttons --- src/photos/ducks/albums/components/CreateAlbumForm.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/photos/ducks/albums/components/CreateAlbumForm.jsx b/src/photos/ducks/albums/components/CreateAlbumForm.jsx index 7f602c8a..20d3cbab 100644 --- a/src/photos/ducks/albums/components/CreateAlbumForm.jsx +++ b/src/photos/ducks/albums/components/CreateAlbumForm.jsx @@ -72,6 +72,7 @@ export class CreateAlbumForm extends Component { value={this.state.name} />