We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb129 commit 4a7bfe5Copy full SHA for 4a7bfe5
frontend/javascripts/admin/account/account_password_view.tsx
@@ -8,7 +8,7 @@ import { useState } from "react";
8
import { useNavigate } from "react-router-dom";
9
import { logoutUserAction } from "viewer/model/actions/user_actions";
10
import Store from "viewer/store";
11
-import { SettingsCard, type SettingsCardProps } from "./helpers/settings_card";
+import { SettingsCard } from "./helpers/settings_card";
12
import { SettingsTitle } from "./helpers/settings_title";
13
const FormItem = Form.Item;
14
const { Password } = Input;
0 commit comments