multiple action on the same order using the different tab in ReactJS how to restrict it

We are building a restaurant app currently we facing an issue with the testing team.

They can make a different action in the same order using multiple tabs.

This leads to incorrect information stored in the DB

How to fix it.

We suggest the backend team implement this type of logic but the backend team is saying this needs to be done from the front end. Is there any way we can do it from front-end