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 20s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m18s
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 20s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m18s
Music Collection CI Workflow / deploy (push) Successful in 23s
This commit is contained in:
parent
db789b228f
commit
82ab716cc0
@ -30,7 +30,7 @@ export default function Page() {
|
||||
const response = await createAlbum(formData);
|
||||
|
||||
await response.json();
|
||||
handleClose();
|
||||
setShow(false);
|
||||
}
|
||||
|
||||
if (!albums) return <div>Loading...</div>
|
||||
@ -99,11 +99,6 @@ export default function Page() {
|
||||
<label htmlFor="album-genre">Genre</label><input type="text" name="genre" id="album-genre" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
<div className="six columns">
|
||||
<button type="submit">Create</button>
|
||||
</div>
|
||||
</div>
|
||||
<Button variant="primary" type="submit">Create</Button>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user