Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit d62b414

Browse files
author
Garcia Marin
committed
crud error
1 parent 3c6e41d commit d62b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oasp4js-sample/src/app/components/crud/view/Crud.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<button type="button" class="btn btn-pagination" (click)="cancelReservation()" [disabled] = "myState === 0 || myState === 1 || myState === 2 || myState === -1">Cancel Reservation</button>
2121
<button type="button" class="btn btn-pagination" (click)="occupy()" [disabled] = "myState === 2 || myState === 0 || myState === 1 || myState === -1">Occupy</button>
2222
<button type="button" class="btn btn-pagination" (click)="free()" [disabled] = "myState === 1 || myState === -1">Free</button>
23-
23+
2424
<div class="container">
2525
<div class="modal" id="myModal" role="dialog">
2626
<div class="modal-dialog modal-lm">

0 commit comments

Comments
 (0)