End-to-end test alias publishing flow (#7779)
This commit is contained in:
parent
73899bb2e3
commit
ac6a356027
4 changed files with 58 additions and 44 deletions
|
@ -170,7 +170,7 @@ export default class EditableItemList<P = {}> extends React.PureComponent<IProps
|
|||
const label = this.props.items.length > 0 ? this.props.itemsLabel : this.props.noItemsLabel;
|
||||
|
||||
return (
|
||||
<div className="mx_EditableItemList">
|
||||
<div className="mx_EditableItemList" id={this.props.id}>
|
||||
<div className="mx_EditableItemList_label">
|
||||
{ label }
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue