Apply review feedback

This commit is contained in:
viown
2025-06-05 21:32:16 +03:00
parent 33a045df54
commit efee261b50
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ interface IProps {
icon?: React.ReactNode;
onClick?: () => void;
action?: boolean;
actionRef: React.MutableRefObject<HTMLButtonElement | null>;
actionRef?: React.MutableRefObject<HTMLButtonElement | null>;
onActionClick?: () => void;
};