table auto generate updated
This commit is contained in:
parent
1e6eebd83b
commit
77a286002c
@ -394,7 +394,7 @@ const DineInInner = () => {
|
|||||||
const tableName = createTable?.data?.data?.name;
|
const tableName = createTable?.data?.data?.name;
|
||||||
const RestaurantBranch = createTable?.data?.data?.restaurantbranch;
|
const RestaurantBranch = createTable?.data?.data?.restaurantbranch;
|
||||||
const AutoCreateBody = {
|
const AutoCreateBody = {
|
||||||
table: tableName,
|
name: tableName,
|
||||||
restaurantbranch: RestaurantBranch,
|
restaurantbranch: RestaurantBranch,
|
||||||
enabled: formData.enable, // Uncomment if needed
|
enabled: formData.enable, // Uncomment if needed
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user