Skip to content

Commit

Permalink
Update all.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgodfrey committed Nov 10, 2023
1 parent 1f0085b commit 568d358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions my-app/src/pages/events/all.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const Dashboard = () => {
}, [session]);

async function addToMultiEventTransport() {
console.log(shipmentDate, selectedEvents, fromNode)
try {
const res = await fetch('/api/mongo/event/transport/add', {
method: 'POST',
Expand Down Expand Up @@ -91,7 +90,7 @@ const Dashboard = () => {
</div>
</div>
<dialog id="multieventModal" className="modal">
<div class="modal-box bg-white max-w-2xl">
<div className="modal-box bg-white max-w-2xl">
<h3 className="text-lg font-semibold text-gray-700">
Shipment to CMDR Hub
</h3>
Expand Down

0 comments on commit 568d358

Please sign in to comment.