Commit 52b38b62 authored by xuchaozou's avatar xuchaozou

test: tets

parent ddc8a8e1
Pipeline #63824 waiting for manual action with stages
...@@ -10,6 +10,7 @@ const AddModal = props => { ...@@ -10,6 +10,7 @@ const AddModal = props => {
const { callBackSubmit = () => {}, type, formObj, visible, solutionNames } = props; const { callBackSubmit = () => {}, type, formObj, visible, solutionNames } = props;
const [loading, setLoading] = useState(false); const [loading, setLoading] = useState(false);
const [workSpace, setWorkSpace] = useState(''); const [workSpace, setWorkSpace] = useState('');
const [serviceName, setServicename] = useState([ const [serviceName, setServicename] = useState([
{ {
value: 'geoserver', value: 'geoserver',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment