table auto generate updated

This commit is contained in:
Alaguraj0361 2025-07-14 17:40:48 +05:30
parent 1e6eebd83b
commit 77a286002c

View File

@ -394,7 +394,7 @@ const DineInInner = () => {
const tableName = createTable?.data?.data?.name;
const RestaurantBranch = createTable?.data?.data?.restaurantbranch;
const AutoCreateBody = {
table: tableName,
name: tableName,
restaurantbranch: RestaurantBranch,
enabled: formData.enable, // Uncomment if needed
};