Fix SigninTable issue

This commit is contained in:
Yang Luo
2024-02-14 12:20:03 +08:00
parent 764c64e67c
commit 39e485ae82
3 changed files with 6 additions and 4 deletions

View File

@ -229,7 +229,7 @@ class SigninTable extends React.Component {
width: "155px",
render: (text, record, index) => {
let options = [];
if (record.name === "ThirdParty") {
if (record.name === "Providers") {
options = [
{id: "big", name: i18next.t("application:Big icon")},
{id: "small", name: i18next.t("application:Small icon")},