added entries to the grain form for imperial fields, filling the imperial will calculate its metric counterpart
This commit is contained in:
parent
74e7371792
commit
3401cc7c15
4 changed files with 77 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue