fix: active checkbox in manual journal.

This commit is contained in:
elforjani3
2020-12-01 19:07:28 +02:00
parent f72f1a75e3
commit b159cd2409
3 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ import {
} from './ItemForm.schema';
const defaultInitialValues = {
active: true,
active: 1,
name: '',
type: 'service',
code: '',