diff --git a/spug_web/src/pages/host/Selector.js b/spug_web/src/pages/host/Selector.js index c424e37..b084045 100644 --- a/spug_web/src/pages/host/Selector.js +++ b/spug_web/src/pages/host/Selector.js @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react'; import { observer } from 'mobx-react'; -import { Modal, Row, Col, Tree, Table } from 'antd'; +import { Modal, Row, Col, Tree, Table, Button, Alert } from 'antd'; import store from './store'; export default observer(function (props) { @@ -70,6 +70,12 @@ export default observer(function (props) { />