fix: attribute type & option store
This commit is contained in:
parent
85cb72cb57
commit
3fca303b4e
3 changed files with 15 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ export interface ServiceCreate {
|
|||
|
||||
export interface Attributes {
|
||||
additional: {
|
||||
filName: string;
|
||||
type: AdditionalType;
|
||||
fieldName: string;
|
||||
type?: AdditionalType;
|
||||
}[];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue