admin(ui): add EggEditContainer.tsx
This commit is contained in:
parent
0d2fbfddc0
commit
48882e6f2c
3 changed files with 84 additions and 1 deletions
|
@ -230,7 +230,7 @@ const NestEditContainer = () => {
|
|||
|
||||
if (loading || nest === undefined) {
|
||||
return (
|
||||
<AdminContentBlock title={'Nests'}>
|
||||
<AdminContentBlock>
|
||||
<FlashMessageRender byKey={'nest'} css={tw`mb-4`}/>
|
||||
|
||||
<div css={tw`w-full flex flex-col items-center justify-center`} style={{ height: '24rem' }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue