DATAP-1750 DATAP-1752 es sanitization, remove summary element #583
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses: DATAP-1752, DATAP-1750
This PR:
Restructure some components that were causing mount/remount on api call fail which turned into an infinite loop.
To verify:
Open Network tab in Chrome
Search for an invalid query such as:
1/4You should only see 2 requests occurring and failing. (on production, it goes in an infinite loop)
Valid queries should still work
product:("Debt collection")This is on dev5 for testing