Add fileName property to models and update related components for file handling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export class Setting {
|
||||
id?:any;
|
||||
fileName?:any;
|
||||
name?:string;
|
||||
value?:boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user