make userDisplayName optional
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface IElixFormsComponentProperties {
|
||||
isDarkTheme?: boolean;
|
||||
userDisplayName: string;
|
||||
userDisplayName?: string;
|
||||
additionalFieldsJson?: string;
|
||||
|
||||
// Layout Properties
|
||||
|
||||
Reference in New Issue
Block a user