Skip to content

Commit 732a2e8

Browse files
committed
fix: include 'requester' parameter as 'any' in access data queries for app, dataset, and workerpool
1 parent b005643 commit 732a2e8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/modules/apps/app/AppAccessTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function useAppAccessData({
3636
dataset: 'any',
3737
app: appAddress,
3838
workerpool: 'any',
39+
requester: 'any',
3940
page: apiBatch,
4041
pageSize,
4142
});

src/modules/datasets/dataset/DatasetAccessTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function useDatasetAccessData({
3636
dataset: datasetAddress,
3737
app: 'any',
3838
workerpool: 'any',
39+
requester: 'any',
3940
page: apiBatch,
4041
pageSize,
4142
});

src/modules/workerpools/workerpool/WorkerpoolAccessTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function useWorkerpoolAccessData({
4343
dataset: 'any',
4444
app: 'any',
4545
workerpool: workerpoolAddress,
46+
requester: 'any',
4647
page: apiBatch,
4748
pageSize,
4849
});

0 commit comments

Comments
 (0)