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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 44 deletions

View file

@ -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>