mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
parent
4092379f0f
commit
6e2f29df49
@ -22,6 +22,7 @@ import {
|
||||
TabsProps,
|
||||
Tab as MTab,
|
||||
Fade,
|
||||
Stack,
|
||||
} from '@mui/material'
|
||||
import { WarningCircledOutline } from 'iconoir-react'
|
||||
|
||||
@ -125,7 +126,7 @@ const Tabs = ({
|
||||
)
|
||||
|
||||
return (
|
||||
<>
|
||||
<Stack height={1} overflow="auto">
|
||||
<Fade in timeout={300}>
|
||||
{renderTabs}
|
||||
</Fade>
|
||||
@ -137,7 +138,7 @@ const Tabs = ({
|
||||
{...tabs.find(({ value }, idx) => (value ?? idx) === tabSelected)}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
</Stack>
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user