accounts page loader as skeleton (#5702)
fixes https://github.com/twentyhq/twenty/issues/5659 https://github.com/twentyhq/twenty/assets/19856731/aeae6f08-bc6e-4d71-9067-39b6382ebf15
This commit is contained in:
@ -38,13 +38,7 @@ export const SettingsAccounts = () => {
|
||||
|
||||
return (
|
||||
<SubMenuTopBarContainer Icon={IconSettings} title="Settings">
|
||||
<SettingsPageContainer
|
||||
style={
|
||||
loading
|
||||
? { height: '100%', boxSizing: 'border-box', width: '100%' }
|
||||
: {}
|
||||
}
|
||||
>
|
||||
<SettingsPageContainer>
|
||||
<Breadcrumb links={[{ children: 'Accounts' }]} />
|
||||
|
||||
{loading ? (
|
||||
|
||||
Reference in New Issue
Block a user