Merge branch 'staging' of github.com:FarmBot/Farmbot-Web-App into final_groups_stuff

pull/1492/head
Rick Carlino 2019-10-03 10:43:28 -05:00
commit 4cb735b098
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const POINT_OPTIONS: DropDownItem[] = [
export const PLANT_OPTIONS: DropDownItem[] = [
{ label: t("Planned"), value: "planned" },
{ label: t("Planted"), value: "planted" },
{ label: t("Sprouted"), value: "sprouted" },
{ label: t("Harvested"), value: "harvested" },
];