Add Restaurant work
This commit is contained in:
@@ -90,3 +90,15 @@ export const setLoginResult = (text) => {
|
||||
payload: text,
|
||||
};
|
||||
};
|
||||
|
||||
export const hideNewRestaurantDialog = () => {
|
||||
return {
|
||||
type: "DIALOG_NEWRESTAURANT_HIDE",
|
||||
};
|
||||
};
|
||||
|
||||
export const showNewRestaurantDialog = () => {
|
||||
return {
|
||||
type: "DIALOG_NEWRESTAURANT_SHOW",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user