1
0
Fork 0

wip(org): More work on managing patterns

This commit is contained in:
joostdecock 2023-05-31 15:32:54 +02:00
parent cdc67a6086
commit cab7f5d2c5
15 changed files with 375 additions and 176 deletions

View file

@ -625,7 +625,6 @@ export const Patterns = ({ standAlone = false }) => {
{t('createANewPattern')}
</Link>
{standAlone ? null : <BackToAccountButton />}
<pre>{JSON.stringify(patterns, null, 2)}</pre>
</div>
)
}