Skip to content

Commit

Permalink
fix: closes #1569
Browse files Browse the repository at this point in the history
  • Loading branch information
loadchange committed Jul 20, 2019
1 parent d112704 commit ba1e6a2
Show file tree
Hide file tree
Showing 2 changed files with 8,585 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down
Loading

0 comments on commit ba1e6a2

Please sign in to comment.