We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1224a73 + 72231b7 commit 3f08b01Copy full SHA for 3f08b01
2 files changed
packages/builder/src/components/grants/ApplicationCard.tsx
@@ -250,7 +250,7 @@ export default function ApplicationCard({
250
className="mt-4 mr-2 mb-2 w-full"
251
fontWeight="normal"
252
>
253
- View Application
+ View Feedback
254
</Button>
255
</Link>
256
</Box>
packages/data-layer/src/data-layer.ts
@@ -524,8 +524,8 @@ export class DataLayer {
524
const query = gql`
525
query Application {
526
applications(
527
- first: 300
528
- filter: {
+ limit: 300
+ where: {
529
_and: [
530
{ status: { _eq: APPROVED } },
531
{ _or: [ ${filters} ] }
0 commit comments