redesign and fixes
This commit is contained in:
@@ -347,3 +347,17 @@ export const updateRestaurant = (restaurant) => {
|
||||
payload: restaurant,
|
||||
};
|
||||
};
|
||||
|
||||
export const setTags = (tags) => {
|
||||
return {
|
||||
type: "SET_TAGS",
|
||||
payload: tags
|
||||
}
|
||||
}
|
||||
|
||||
export const setTypes = (types) => {
|
||||
return {
|
||||
type: "SET_TYPES",
|
||||
payload: types
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user