added entries to the grain form for imperial fields, filling the imperial will calculate its metric counterpart

This commit is contained in:
csawatzky 2026-02-27 12:56:46 -06:00
parent 74e7371792
commit 3401cc7c15
4 changed files with 77 additions and 14 deletions

View file

@ -337,7 +337,7 @@ export function getWhitelabel(): WhiteLabel {
return BXT_WHITE_LABEL;
}
if (window.location.origin.includes("localhost")) {
return STAGING_WHITELABEL;
return STREAMLINE_WHITE_LABEL;
}
if (window.location.origin.includes("staging") || import.meta.env.VITE_LOCAL_STAGING=='true') {
return STAGING_WHITELABEL;