-
Notifications
You must be signed in to change notification settings - Fork 17.5k
Open
Description
Issue: Only one new recipe can be added.
After the new recipe is submitted, clicking the ADD RECIPE button opens the success message modal again instead of showing an upload form.
Possible cause: The upload form is not re-rendered programmatically after submission.
Steps to reproduce:
- Click the ADD RECIPE button.
- Fill in all required fields (RECIPE DATA / INGREDIENTS).
- Click the UPLOAD button.
- Wait for the success message to disappear.
- Click the ADD RECIPE button again.
Expected result: A new upload form should be displayed.
Actual result: The success message modal window is displayed again instead of the upload form.
Metadata
Metadata
Assignees
Labels
No labels