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