@@ -5,7 +5,7 @@ export const getImprovementType = async (id) => {
return data.payload;
};
-export const getImprovementTypes = async (origin) => {
+export const getImprovementTypes = async (origin = "both") => {
const { data } = await api.get("/improvement-types", {
params: {
origin