IO-1533 Kanban Customizations
This commit is contained in:
@@ -1385,7 +1385,7 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
|
||||
},
|
||||
({ getFieldValue }) => ({
|
||||
validator(rule, value) {
|
||||
if (costOptions.includes(value)) {
|
||||
if (profitOptions.includes(value)) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
return Promise.reject(
|
||||
|
||||
Reference in New Issue
Block a user