Skip to content

Commit 691b56c

Browse files
committed
add type
1 parent 2baf05f commit 691b56c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components

app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components/AccessModelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface AccessModelListProps {
1616
setAccessModelId: any;
1717
}
1818

19-
const accessModelQuery = graphql(`
19+
const accessModelQuery: any = graphql(`
2020
query accessModelResources($datasetId: UUID!) {
2121
accessModelResources(datasetId: $datasetId) {
2222
id

0 commit comments

Comments
 (0)