This commit is contained in:
Adria Navarro 2025-03-18 16:14:12 +01:00
parent 513c37e916
commit de2e48a5b7
1 changed files with 10 additions and 10 deletions

View File

@ -41,17 +41,17 @@
>
</Layout>
<Divider />
</Layout>
<Table
data={configs}
loading={$oauth2.loading}
{schema}
{customRenderers}
allowEditRows={false}
allowEditColumns={false}
allowClickRows={false}
/>
<Table
data={configs}
loading={$oauth2.loading}
{schema}
{customRenderers}
allowEditRows={false}
allowEditColumns={false}
allowClickRows={false}
/>
</Layout>
<style>
.header {