We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useShowController
1 parent b425e51 commit 44ffc95Copy full SHA for 44ffc95
packages/ra-core/src/controller/show/useShowController.ts
@@ -178,7 +178,7 @@ export interface ShowControllerBaseResult<RecordType extends RaRecord = any> {
178
isLoading: boolean;
179
isPaused?: boolean;
180
isPlaceholderData?: boolean;
181
- redirectOnError: RedirectionSideEffect;
+ redirectOnError?: RedirectionSideEffect;
182
resource: string;
183
record?: RecordType;
184
refetch: UseGetOneHookValue<RecordType>['refetch'];
0 commit comments