1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Merge pull request #3414 from matrix-org/travis/address-picker-stack

Make uses of AddressPickerDialog static dialogs
This commit is contained in:
Travis Ralston
2019-09-10 12:38:40 -06:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ const CategoryRoomList = createReactClass({
});
});
},
});
}, /*className=*/null, /*isPriority=*/false, /*isStatic=*/true);
},
render: function() {
@@ -297,7 +297,7 @@ const RoleUserList = createReactClass({
});
});
},
});
}, /*className=*/null, /*isPriority=*/false, /*isStatic=*/true);
},
render: function() {