Merged
Conversation
Current Code Coverage Percent of this PR:89.12 %Files having coverage below 100%
|
ajinkyaa
approved these changes
Jun 14, 2022
Shruti-Apte
approved these changes
Jun 14, 2022
vipulnsward
pushed a commit
that referenced
this pull request
Feb 15, 2026
* React code restructured * changed API route * removed toaster message * added set auth header and removed toaster messages Co-authored-by: onkar <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Notion card
Summary
I removed the unwanted import path and added a proper aliased path. For calling components, helpers, apis, common, and utils we don't need to call the functions like ' ../../../ ' we can directly call apis/, common/ etc for the imports.
Also for importing components and package, we should follow default import structure that should be like, and each should be separated with an empty line
1.All the package imports,
helpers, utils, apis imports
custom components
Preview
Type of change
Please delete options that are not relevant.
not work as expected)
How Has This Been Tested?
Checklist: