Fix incorrect modal toggle
This commit is contained in:
parent
b710776cac
commit
3e5ed294a5
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ export default function Availability(props) {
|
||||||
<button type="submit" className="btn btn-primary">
|
<button type="submit" className="btn btn-primary">
|
||||||
Create
|
Create
|
||||||
</button>
|
</button>
|
||||||
<button onClick={toggleChangeTimesModal} type="button" className="btn btn-white mr-2">
|
<button onClick={toggleAddModal} type="button" className="btn btn-white mr-2">
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue