File tree 2 files changed +6
-0
lines changed
packages/ra-ui-materialui/src/detail
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,9 @@ const sanitizeRestProps = ({
148
148
loading = null ,
149
149
location = null ,
150
150
match = null ,
151
+ onFailure = null ,
151
152
onFailureRef = null ,
153
+ onSuccess = null ,
152
154
onSuccessRef = null ,
153
155
options = null ,
154
156
permissions = null ,
@@ -157,6 +159,7 @@ const sanitizeRestProps = ({
157
159
setOnFailure = null ,
158
160
setOnSuccess = null ,
159
161
setTransform = null ,
162
+ transform = null ,
160
163
transformRef = null ,
161
164
...rest
162
165
} ) => rest ;
Original file line number Diff line number Diff line change @@ -174,7 +174,9 @@ const sanitizeRestProps = ({
174
174
loading = null ,
175
175
location = null ,
176
176
match = null ,
177
+ onFailure = null ,
177
178
onFailureRef = null ,
179
+ onSuccess = null ,
178
180
onSuccessRef = null ,
179
181
options = null ,
180
182
permissions = null ,
@@ -184,6 +186,7 @@ const sanitizeRestProps = ({
184
186
setOnSuccess = null ,
185
187
setTransform = null ,
186
188
successMessage = null ,
189
+ transform = null ,
187
190
transformRef = null ,
188
191
...rest
189
192
} ) => rest ;
You can’t perform that action at this time.
0 commit comments