Fix incorrect modal toggle
parent
b710776cac
commit
3e5ed294a5
|
@ -221,7 +221,7 @@ export default function Availability(props) {
|
|||
<button type="submit" className="btn btn-primary">
|
||||
Create
|
||||
</button>
|
||||
<button onClick={toggleChangeTimesModal} type="button" className="btn btn-white mr-2">
|
||||
<button onClick={toggleAddModal} type="button" className="btn btn-white mr-2">
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue