visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
9548da0bad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/auth/setting/default.ts

+ 1 - 1
dashboard/src/components/auth/setting/default.ts

@@ -7,7 +7,7 @@ export interface ISettingItemOption {
 export interface ISetting {
 export interface ISetting {
   key: string;
   key: string;
   label: string;
   label: string;
-  description: string;
+  description?: string;
   defaultValue: string | number | boolean;
   defaultValue: string | number | boolean;
   value?: string | number | boolean;
   value?: string | number | boolean;
   widget?: "input" | "select" | "radio" | "radio-button";
   widget?: "input" | "select" | "radio" | "radio-button";