add sprouted to the MARK AS options

pull/1485/head
Karey Higuera 2019-10-02 14:49:28 -05:00
parent 2e79d97e5e
commit 23db485363
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" },
];