Skip to content

Commit 9e927df

Browse files
committed
chore: fix types
1 parent 9f8ee5b commit 9e927df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/crud/src/RecordCrud.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const createRecordTag = (tableSchema: TableSchema, mode: CrudModes, options: Que
3232
case 'delete':
3333
return createTableRowDeleteTag([tableSchema], tableSchema.id);
3434
default:
35-
return null;
35+
return '';
3636
}
3737
};
3838

packages/permissions-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ramda": "^0.26.1"
2525
},
2626
"devDependencies": {
27-
"@types/graphql": "^0.13.0",
27+
"@types/graphql": "^14.2.0",
2828
"@types/jest": "^24.0.13",
2929
"@types/react-test-renderer": "^16.8.1",
3030
"apollo-client": "^2.6.3",

0 commit comments

Comments
 (0)