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,9 +41,8 @@
> >
</Layout> </Layout>
<Divider /> <Divider />
</Layout>
<Table <Table
data={configs} data={configs}
loading={$oauth2.loading} loading={$oauth2.loading}
{schema} {schema}
@ -51,7 +50,8 @@
allowEditRows={false} allowEditRows={false}
allowEditColumns={false} allowEditColumns={false}
allowClickRows={false} allowClickRows={false}
/> />
</Layout>
<style> <style>
.header { .header {