1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Remove view details button in custom layout deprecation info box

This commit is contained in:
Andrew Kingston 2022-07-11 11:43:16 +01:00
parent 4e6ab4cdfb
commit 59d0d6ba7b

View file

@ -37,12 +37,7 @@
<Panel title={$selectedLayout?.name} icon="Experience" borderLeft>
<Layout paddingX="L" paddingY="XL" gap="S">
<Banner
type="warning"
showCloseButton={false}
extraButtonText="View details"
extraButtonAction={() => {}}
>
<Banner type="warning" showCloseButton={false}>
Custom layouts are being deprecated. They will be removed in a future
release.
</Banner>