From 011e73f24f8ae15091d41781c93c313d0167d887 Mon Sep 17 00:00:00 2001 From: muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com> Date: Mon, 31 Oct 2022 05:20:17 +0530 Subject: Convert LoginScreen component tree to typescript (#721) --- src/features/basicAuth/Form.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features') diff --git a/src/features/basicAuth/Form.ts b/src/features/basicAuth/Form.ts index e84156d96..95721d0e9 100644 --- a/src/features/basicAuth/Form.ts +++ b/src/features/basicAuth/Form.ts @@ -1,6 +1,5 @@ import Form from '../../lib/Form'; -// @ts-expect-error Expected 0 arguments, but got 1 export default new Form({ fields: { user: { -- cgit v1.2.3-54-g00ecf