End-to-end test alias publishing flow (#7779)

This commit is contained in:
Michael Telatynski
2022-02-11 11:37:31 +00:00
committed by GitHub
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>