Skip to content

Commit 0fd9d59

Browse files
committed
#RI-5340 - extend time to show success indication
1 parent 87c22b5 commit 0fd9d59

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock/CodeButtonBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface Props {
3131
params?: CodeButtonParams
3232
}
3333

34-
const FINISHED_COMMAND_INDICATOR_TIME_MS = 3_000
34+
const FINISHED_COMMAND_INDICATOR_TIME_MS = 5_000
3535

3636
const CodeButtonBlock = (props: Props) => {
3737
const {

0 commit comments

Comments
 (0)