mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-15 07:48:51 +00:00
feat(frontend): add warning to SO line calcs (#11296)
This commit is contained in:
@@ -111,6 +111,8 @@ export type ApiFormFieldType = {
|
||||
read_only?: boolean;
|
||||
placeholder?: string;
|
||||
placeholderAutofill?: boolean;
|
||||
placeholderWarningCompare?: string | number;
|
||||
placeholderWarning?: string;
|
||||
description?: string;
|
||||
preFieldContent?: JSX.Element;
|
||||
postFieldContent?: JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user