fixed cors issues
All checks were successful
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Successful in 1m15s

This commit is contained in:
2024-01-07 14:56:06 +01:00
parent 6535422148
commit 74fbb7890c
9 changed files with 41 additions and 30 deletions

View File

@@ -65,6 +65,7 @@ export default function AccessPoint() {
loading={loadingAttachements}
data={APAttachementData?.data}
configuration={APAttachmentsTableConfig}
tkey="attachment-table"
/>
</div>
<div>
@@ -73,6 +74,7 @@ export default function AccessPoint() {
loading={laodingRepositories}
data={APRepositories?.data}
configuration={APServiceRepositoryTableConfig}
tkey="service-repository-table"
/>
</div>
</div>