Add minimum height to container to prevent loading flashing

This commit is contained in:
2020-02-01 02:36:15 +00:00
parent baeda4acb9
commit 63d83ec2f6
4 changed files with 8 additions and 6 deletions
-2
View File
@@ -31,8 +31,6 @@ export function MembersDropdown(props) {
image: { avatar: true, src: x.member.photo_small ? staticUrl + '/' + x.member.photo_small : '/nophoto.png' },
}));
console.log(value, initial);
return (
<Dropdown
clearable