Skip to content

Commit b628e41

Browse files
committed
revert changes to QueryCard.tsx and workbenchStorage.ts related to too big output
1 parent 6813bca commit b628e41

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

redisinsight/ui/src/components/query/query-card/QueryCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ const QueryCard = (props: Props) => {
220220
mode={mode}
221221
setMessage={setMessage}
222222
commandId={id}
223-
isNotStored={isNotStored}
224223
/>
225224
) : (
226225
<div className={styles.loading}>

redisinsight/ui/src/services/workbenchStorage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export async function addCommands(data: CommandExecution[]) {
296296
Re-run the command to see new results.`,
297297
},
298298
]
299-
item.isNotStored = true
300299
}
301300
return item
302301
})

0 commit comments

Comments
 (0)