move magic values to configuration file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface IElixFormsComponentProperties {
|
||||
isDarkTheme: boolean;
|
||||
isDarkTheme?: boolean;
|
||||
userDisplayName: string;
|
||||
additionalFieldsJson?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user