Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 3bf47a8

Browse files
authored
Fixed retention submit (#207)
1 parent 947ad36 commit 3bf47a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Logs/RetentionModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const RententionModal = () => {
3939
} else {
4040
return notifyError({ message: 'Unable to parse config' });
4141
}
42-
}, []);
42+
}, [retentionConfig]);
4343

4444
useEffect(() => {
4545
if (getLogRetentionData?.data) {

0 commit comments

Comments
 (0)