Merge pull request #1443 from Monilprajapati/swapWindows

Added the feature of window swapping
This commit is contained in:
Frikky
2024-07-04 00:13:02 +02:00
committed by GitHub
3 changed files with 22 additions and 11 deletions
+2 -2
View File
@@ -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) {