Fix incorrect modal toggle

pull/52/head
Bailey Pumfleet 2021-04-19 15:04:04 +01:00
parent b710776cac
commit 3e5ed294a5
1 changed files with 1 additions and 1 deletions

View File

@ -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>