Fixing form submission
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / test (./frontend) (push) Successful in 19s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 48s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m16s
Music Collection CI Workflow / deploy (push) Successful in 23s
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / test (./frontend) (push) Successful in 19s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 48s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m16s
Music Collection CI Workflow / deploy (push) Successful in 23s
This commit is contained in:
parent
82ab716cc0
commit
66773257d6
@ -30,7 +30,7 @@ export default function Page() {
|
||||
const response = await createAlbum(formData);
|
||||
|
||||
await response.json();
|
||||
setShow(false);
|
||||
handleClose();
|
||||
}
|
||||
|
||||
if (!albums) return <div>Loading...</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user