mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 06:12:56 +08:00
Fix SigninTable issue
This commit is contained in:
@@ -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")},
|
||||
|
||||
Reference in New Issue
Block a user