Skip to content

Commit

Permalink
fix(common): remove hideFromApi from resource data
Browse files Browse the repository at this point in the history
Replace hideFromApi with the more elaborate hideFromCreateApi, hideFromFetchApi, hideFromShowApi,
hideFromDeleteApi and hideFromUpdateApi
  • Loading branch information
Frantz Kati committed Nov 24, 2020
1 parent 130b971 commit 1219f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/resources/Resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export class Resource<ResourceType = {}> implements ResourceContract {
filters: [],
extend: {},
description: '',
hideFromApi: false,
hideFromCreateApi: false,
hideFromFetchApi: false,
hideFromDeleteApi: false,
Expand Down

0 comments on commit 1219f30

Please sign in to comment.