Skip to content

Commit 15a109c

Browse files
authored
Merge pull request #463 from RedisInsight/bugfix/RI-2639
#RI-2639 - fix clearEditor after deletion
2 parents 84c745b + f95f7c5 commit 15a109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/workbench/components/wb-view/WBViewWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const WBViewWrapper = () => {
160160
)
161161
}
162162

163-
const onSuccess = (multiCommands = '', clearEditor = true) => {
163+
const onSuccess = (multiCommands = '', clearEditor = false) => {
164164
clearEditor && resetCommand()
165165
setMultiCommands(multiCommands)
166166
}

0 commit comments

Comments
 (0)