Skip to content

Commit 79df377

Browse files
author
Trung-Hieu-Dev
committed
feat(Notifications): Fix form input | JIRA PT-126
1 parent bfadf8a commit 79df377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/notification/views/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default defineComponent({
192192
const dialogFormVisible = ref(false)
193193
const formLabelWidth = '140px'
194194
const form = reactive({
195-
196-
password: '....',
195+
email: '',
196+
password: '',
197197
type: [],
198198
MailIcon: MailIcon,
199199
LockClosedIcon: LockClosedIcon,

0 commit comments

Comments
 (0)