forked from Greenstand/treetracker-admin-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Edit Growers: Allow user to specify Grower Image URL Greenstand…
…#845 (Greenstand#1039) * fix: changin the grower property in useEffect imageUrl for image_url * feat: create a input to choose a img with a custom url * fix: deleting my console.log * fix(changes): change requested and fix constant in ImageScroller * fix(changes): changes requested and fix error handle in CustomUrl * fix(changes): changes requested about .ENVs and updategrowers * fix(changes): changes Attributes in growerUpdate * fix(changes): changes in api growerupdate and organization_id in editgrower * fix(changes): creating a new Object in api growers
- Loading branch information
1 parent
84a09cd
commit 104fa36
Showing
7 changed files
with
67 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
REACT_APP_WEBMAP_DOMAIN=https://beta-map.treetracker.org | ||
REACT_APP_API_ROOT=https://prod-k8s.treetracker.org/api/admin | ||
REACT_APP_EARNINGS_ROOT=https://prod-k8s.treetracker.org/earnings | ||
REACT_APP_FIELD_DATA_API_ROOT=https://prod-k8s.treetracker.org/field-data | ||
REACT_APP_GROWER_QUERY_API_ROOT=https://prod-k8s.treetracker.org/grower-account-query | ||
REACT_APP_IMAGES_API_ROOT=https://prod-k8s.treetracker.org/images | ||
REACT_APP_MESSAGING_ROOT=https://prod-k8s.treetracker.org/messaging | ||
REACT_APP_QUERY_API_ROOT=https://prod-k8s.treetracker.org/query | ||
REACT_APP_REPORTING_API_ROOT=https://prod-k8s.treetracker.org/reporting | ||
REACT_APP_REGION_API_ROOT=https://prod-k8s.treetracker.org/regions | ||
REACT_APP_TREETRACKER_API_ROOT=https://prod-k8s.treetracker.org/treetracker | ||
REACT_APP_TREETRACKER_API_ROOT=https://prod-k8s.treetracker.org/treetracker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters