Skip to content

Commit

Permalink
alert msg added (#761)
Browse files Browse the repository at this point in the history
* alert msg added

* yarn fix code gen error
  • Loading branch information
zlrkw11 authored Aug 17, 2024
1 parent 5ca6d64 commit 2a07d92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const WrappedAdminBookingCreationPopUp = ({
isLoading={stillLoadingUsers}
bookingCreationHandler={async (startDate, endDate, uid) => {
await handleAddUserToBooking({ startDate, endDate, userId: uid })
alert("Booking added successfully!")
}}
/>
</span>
Expand Down

0 comments on commit 2a07d92

Please sign in to comment.