feat: checkbox show negative in red.

This commit is contained in:
elforjani3
2021-01-14 15:21:09 +02:00
parent dbf8cae5e5
commit b24a5e31e8
4 changed files with 17 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import { defaultTo } from 'lodash';
const Schema = Yup.object().shape({
format_money: Yup.string(),
show_zero: Yup.boolean(),
show_in_red: Yup.boolean(),
divide_on_1000: Yup.boolean(),
negative_format: Yup.string(),
precision: Yup.string(),