Skip to content

Commit eedb3d8

Browse files
authored
Merge branch 'main' into feat/explorer-stacking
2 parents 9bfeb05 + 72231b7 commit eedb3d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/builder/src/components/grants/ApplicationCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default function ApplicationCard({
250250
className="mt-4 mr-2 mb-2 w-full"
251251
fontWeight="normal"
252252
>
253-
View Application
253+
View Feedback
254254
</Button>
255255
</Link>
256256
</Box>

packages/data-layer/src/data-layer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ export class DataLayer {
524524
const query = gql`
525525
query Application {
526526
applications(
527-
first: 300
528-
filter: {
527+
limit: 300
528+
where: {
529529
_and: [
530530
{ status: { _eq: APPROVED } },
531531
{ _or: [ ${filters} ] }

0 commit comments

Comments
 (0)