Skip to content

Commit ea3ce20

Browse files
committed
fix: nanofix
1 parent ffef406 commit ea3ce20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/containers/Operations/columns.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,11 @@ function OperationsActions({operation, database, refreshTable}: OperationsAction
202202

203203
return (
204204
<Flex gap="2">
205-
<ActionTooltip title={i18n('header_forget')} placement={['left', 'auto']}>
205+
<ActionTooltip
206+
title={i18n('header_forget')}
207+
placement={['left', 'auto']}
208+
disabled={isForgetButtonDisabled}
209+
>
206210
<div>
207211
<ButtonWithConfirmDialog
208212
buttonView="outlined"

0 commit comments

Comments
 (0)