Skip to content

Commit f95f7c5

Browse files
committed
#RI-2639 - fix clearEditor after deletion
1 parent 84c745b commit f95f7c5

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)