Remove view details button in custom layout deprecation info box
This commit is contained in:
parent
4e6ab4cdfb
commit
59d0d6ba7b
|
@ -37,12 +37,7 @@
|
||||||
|
|
||||||
<Panel title={$selectedLayout?.name} icon="Experience" borderLeft>
|
<Panel title={$selectedLayout?.name} icon="Experience" borderLeft>
|
||||||
<Layout paddingX="L" paddingY="XL" gap="S">
|
<Layout paddingX="L" paddingY="XL" gap="S">
|
||||||
<Banner
|
<Banner type="warning" showCloseButton={false}>
|
||||||
type="warning"
|
|
||||||
showCloseButton={false}
|
|
||||||
extraButtonText="View details"
|
|
||||||
extraButtonAction={() => {}}
|
|
||||||
>
|
|
||||||
Custom layouts are being deprecated. They will be removed in a future
|
Custom layouts are being deprecated. They will be removed in a future
|
||||||
release.
|
release.
|
||||||
</Banner>
|
</Banner>
|
||||||
|
|
Loading…
Reference in New Issue