refactor(commonTable): remove unused field
This commit is contained in:
@@ -12,7 +12,7 @@ export class Data<T> {
|
|||||||
[value: string]: string
|
[value: string]: string
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
order?: number;
|
// order?: number;
|
||||||
action ?: {
|
action ?: {
|
||||||
name: string,
|
name: string,
|
||||||
color?: string,
|
color?: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user