Removed stray console.log statement (#2689)
This commit is contained in:
parent
f590deac7a
commit
a1cba372d5
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ export const SaveReset = ({
|
|||
isActive = true,
|
||||
...rest
|
||||
}: SaveResetProps) => {
|
||||
console.log(isActive);
|
||||
const { t } = useTranslation("common");
|
||||
return (
|
||||
<ActionGroup {...rest}>
|
||||
|
|
Loading…
Reference in a new issue