Skip to content

Commit

Permalink
Merge pull request #517 from xichen1/main
Browse files Browse the repository at this point in the history
Remove Delete Btn on Channel Page
  • Loading branch information
yeasy authored Feb 3, 2023
2 parents 3d6fbe1 + 0d01faf commit 26791d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dashboard/src/pages/Operator/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,6 @@ class Channel extends PureComponent {
<a onClick={() => this.handleDownloadConfig(record)}>
{intl.formatMessage({ id: 'form.menu.item.download', defaultMessage: 'Download' })}
</a>
<Divider type="vertical" />
<a className={styles.danger}>
{intl.formatMessage({ id: 'form.menu.item.delete', defaultMessage: 'Delete' })}
</a>
</Fragment>
),
},
Expand Down

0 comments on commit 26791d6

Please sign in to comment.