mirror of
https://github.com/hexastack/hexabot
synced 2024-12-02 09:05:06 +00:00
update: Skeleton height
This commit is contained in:
parent
2c2cbb94b1
commit
e9633b4614
@ -193,7 +193,7 @@ export const PostbackInputV2 = ({ value, onChange }: PostbackInputProps) => {
|
|||||||
|
|
||||||
if (!existOption) {
|
if (!existOption) {
|
||||||
return (
|
return (
|
||||||
<Skeleton animation="wave" variant="rounded" width="100%" height={56} />
|
<Skeleton animation="wave" variant="rounded" width="100%" height={40} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user