This commit is contained in:
LoadChange 2019-07-20 18:40:26 +08:00
parent d1127041cf
commit ba1e6a2333
2 changed files with 8585 additions and 0 deletions

View File

@ -262,12 +262,14 @@ class ConfigEditor extends React.Component {
stopBeta() {
const { locale } = this.props;
const { dataId, group } = this.state.form;
const tenant = getParams('namespace');
return request
.delete('v1/cs/configs', {
params: {
beta: true,
dataId,
group,
tenant,
},
})
.then(res => {

File diff suppressed because it is too large Load Diff