diff --git a/src/deck-components/Field.tsx b/src/deck-components/Field.tsx index a752e0c..b836370 100644 --- a/src/deck-components/Field.tsx +++ b/src/deck-components/Field.tsx @@ -2,7 +2,7 @@ import { FC, HTMLAttributes, ReactNode, RefAttributes } from 'react'; import { findModuleChild } from '../webpack'; export interface FieldProps extends HTMLAttributes { - title?: string; + label?: string; description?: boolean; disabled?: boolean; icon?: ReactNode;