fix: bug in the customer and tikcet for admin panel
This commit is contained in:
@@ -56,7 +56,7 @@ export class User extends BaseEntity {
|
||||
@Column({ type: "boolean", default: false })
|
||||
emailVerified: boolean;
|
||||
|
||||
@Column({ type: "enum", enum: FinancialType, nullable: true })
|
||||
@Column({ type: "enum", enum: FinancialType, nullable: true, default: null })
|
||||
financialType: FinancialType | null;
|
||||
|
||||
//-----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user