From c8c18ece009bafdcac9ed73446d8c2d4fbbf3256 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期三, 19 一月 2022 09:16:20 +0800 Subject: [PATCH] fixed TODO#134382 新增約訪紀錄: "defaultValue" is not defined error --- PAMapp/shared/services/auth.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/services/auth.service.ts b/PAMapp/shared/services/auth.service.ts index 469bace..e467576 100644 --- a/PAMapp/shared/services/auth.service.ts +++ b/PAMapp/shared/services/auth.service.ts @@ -1,4 +1,4 @@ -import { Role } from "../models/enum/role"; +import { Role } from "../models/enum/Role"; class AuthService { -- Gitblit v1.8.0