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,
|
isActive = true,
|
||||||
...rest
|
...rest
|
||||||
}: SaveResetProps) => {
|
}: SaveResetProps) => {
|
||||||
console.log(isActive);
|
|
||||||
const { t } = useTranslation("common");
|
const { t } = useTranslation("common");
|
||||||
return (
|
return (
|
||||||
<ActionGroup {...rest}>
|
<ActionGroup {...rest}>
|
||||||
|
|
Loading…
Reference in a new issue