We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ad1c4 commit c1a192aCopy full SHA for c1a192a
src/controls/fields/fieldTitleRenderer/FieldTitleRenderer.tsx
@@ -28,7 +28,7 @@ export interface IFieldTitleRendererProps extends IFieldRendererProps {
28
*/
29
id?: number;
30
/**
31
- * custom title click event handler. If not set Display form for the item will be displaed
+ * custom title click event handler. If not set Display form for the item will be displayed
32
33
onClick?: (args: IFieldTitleClickEventArgs) => void;
34
}
0 commit comments