wip(org): More work on managing patterns
This commit is contained in:
parent
cdc67a6086
commit
cab7f5d2c5
15 changed files with 375 additions and 176 deletions
|
@ -625,7 +625,6 @@ export const Patterns = ({ standAlone = false }) => {
|
|||
{t('createANewPattern')}
|
||||
</Link>
|
||||
{standAlone ? null : <BackToAccountButton />}
|
||||
<pre>{JSON.stringify(patterns, null, 2)}</pre>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue