Merge pull request #1443 from Monilprajapati/swapWindows
Added the feature of window swapping
This commit is contained in:
@@ -166,7 +166,7 @@ const ParsedAction = (props) => {
|
||||
setExpansionModalOpen,
|
||||
|
||||
listCache,
|
||||
|
||||
setActiveDialog,
|
||||
authGroups,
|
||||
apps,
|
||||
setEditorData,
|
||||
@@ -3083,7 +3083,7 @@ const ParsedAction = (props) => {
|
||||
event.preventDefault()
|
||||
setFieldCount(count)
|
||||
setExpansionModalOpen(true)
|
||||
|
||||
setActiveDialog("codeeditor")
|
||||
//setcodedata(data.value)
|
||||
var parsedvalue = data.value
|
||||
if (parsedvalue === undefined || parsedvalue === null) {
|
||||
|
||||
Reference in New Issue
Block a user