feat(SentryPlugin): Exposed Material table Options

Signed-off-by: Frank Cycan <frank@hqo.co>
This commit is contained in:
Frank Cycan
2022-03-31 10:54:10 -04:00
parent d8dd90927e
commit 68bb66102d
9 changed files with 117 additions and 17 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ createDevApp()
<Page themeId="home">
<Header title="Sentry" />
<Content>
<EntityProvider entity={entity('error')}>
<EntityProvider entity={entity('with-values')}>
<EntitySentryContent />
</EntityProvider>
</Content>