-
Notifications
You must be signed in to change notification settings - Fork 8
Pre-Stage pr #847
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
Merged
Merged
Pre-Stage pr #847
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f826c75
Debug mapping table loader issue
sayalijoshi27 027cb64
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 a3adf58
refactor LegacyCMS componnet: set default affix and adjust step compl…
yashin4112 b5823fa
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 d6bb94a
implement default affix handling on blur and chnaged the affix descri…
yashin4112 2d37d02
Merge pull request #836 from contentstack/feature/aem-final
sayalijoshi27 cd52fc7
refactor LegacyCMS componnet: set default affix and adjust step compl…
yashin4112 4cc217d
implement default affix handling on blur and chnaged the affix descri…
yashin4112 4b336a7
Merge branch 'feature/affix' of https://github.com/contentstack/migra…
yashin4112 041ac1c
refactor LegacyCMS componnet: set default affix and adjust step compl…
yashin4112 172c21e
dev merged
yashin4112 0e2fc7e
refactor: Added backupFieldUid to group for resetting issue
AishDani d926e58
bugfix: null check added
yashin4112 6703666
fix: Enhance resetToInitialMapping to include contentTypeId in field …
AishDani 3cc0630
fix: made a consistent uidCorrector function for embed objects
AishDani 7775cd3
comment resolved: null check added
yashin4112 0aeec46
Merge pull request #839 from contentstack/feature/affix
sayalijoshi27 2df121d
Merge pull request #845 from contentstack/bugfix/cmg-752
sayalijoshi27 ee92669
code added to set content type default value for link datatype
yashin4112 153f49b
Merge pull request #846 from contentstack/bugfix/cmg-764
sayalijoshi27 616ac45
table loader fixes
sayalijoshi27 d6d57d5
Merge pull request #848 from contentstack/feature/aem-final
sayalijoshi27 72bb064
copilot comments resolved
sayalijoshi27 ac18582
Merge pull request #849 from contentstack/feature/aem-final
sayalijoshi27 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,7 +93,12 @@ const AutoVerticalStepper = React.forwardRef< | |
| </Tooltip> | ||
| ) : null} */} | ||
| </div> | ||
| {data.description && <div className="stepper-discription"> {data.description}</div>} | ||
| {data?.description && ( | ||
| <div | ||
| className="stepper-discription" | ||
| dangerouslySetInnerHTML={{ __html: data?.description }} | ||
|
||
| /> | ||
| )} | ||
| </> | ||
| ); | ||
| }; | ||
|
|
||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.