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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue