Warning about bad dock_image tag name does not prevent upload. #312
Labels
bug
Something isn't working
enhancement
Something to be improved
good first issue
Good for newcomers
ChRIS_store_ui/src/components/CreatePlugin/CreatePlugin.jsx
Lines 157 to 176 in eb98003
A warning is shown if the user-specified value for
dock_image
violates best practices, however this warning does not prevent the POST request form being sent, and the warning shows up only for a brief amount of time before a successful upload sign replaces it.Expected: warning about dock_image best practice shows up and prevents the POST request from being sent.
The text was updated successfully, but these errors were encountered: