mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:41:46 +08:00
Add signup table.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
// limitations under the License.
|
||||
|
||||
import React from "react";
|
||||
import {DownOutlined, DeleteOutlined, UpOutlined, LinkOutlined} from '@ant-design/icons';
|
||||
import {Button, Col, Input, Row, Select, Switch, Table, Tooltip} from 'antd';
|
||||
import {DownOutlined, DeleteOutlined, UpOutlined} from '@ant-design/icons';
|
||||
import {Button, Col, Row, Select, Switch, Table, Tooltip} from 'antd';
|
||||
import * as Setting from "./Setting";
|
||||
import i18next from "i18next";
|
||||
|
||||
@ -81,11 +81,6 @@ class ProviderTable extends React.Component {
|
||||
}
|
||||
</Select>
|
||||
)
|
||||
return (
|
||||
<Input prefix={<LinkOutlined/>} value={text} onChange={e => {
|
||||
this.updateField(table, index, 'name', e.target.value);
|
||||
}} />
|
||||
)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user