-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(front): add BLM screenshots to calibration results[MARXAN-1416] #960
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/2rEq14Q4oD52EGuQAP5fYev22Ruh marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/HK9WYVniNNRgiwE57zzK2YpwtCtL |
return SCENARIOS.request({ | ||
url: `/${id}/calibration`, | ||
const saveScenarioCalibrationRange = ({ sid, data }: SaveScenarioCalibrationRangeProps) => { | ||
const baseUrl = /* process.env.NEXT_PUBLIC_URL || */ window.location.origin; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporarily disabled. Remember to uncomment before merging in develop.
…t/front/MARXAN-1416-blm-screenshots
Add BLM screenshots to calibration results
Testing instructions
Important: The same image will be displayed for all values because the correct image is not yet working in marxan49 (update is missing).
Feature relevant tickets
MARXAN-1416
Checklist before submitting
saveScenarioCalibrationRange
baseUrl before merging in develop.