provide correct currentFolder prop type
flag=none test plan: - specs pass qa risk: low Change-Id: I84ef9850fc68c9d4d80405c5ef5d81e9f0eb6609 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/274043 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com> QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com> Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
This commit is contained in:
parent
d96f950a5b
commit
2a72b02803
|
@ -63,7 +63,6 @@ const ignoredErrors = [
|
|||
/Invalid prop `children` of type `array` supplied to `Transition`/,
|
||||
/Invalid prop `children` supplied to `(Option|View)`/,
|
||||
/Invalid prop `conversation._id` of type `number` supplied to `ComposeModalManager`/,
|
||||
/Invalid prop `currentFolder` of type `Object` supplied to `FilePreview`/,
|
||||
/Invalid prop `currentUserId` of type `number` supplied to `AddStudentModal`/,
|
||||
/Invalid prop `editorOptions.plugins` of type `string` supplied to `(ForwardRef|RCEWrapper)`/,
|
||||
/Invalid prop `editorOptions.toolbar\[0\]` of type `string` supplied to `(ForwardRef|RCEWrapper)`/, // https://instructure.atlassian.net/browse/MAT-453
|
||||
|
|
Loading…
Reference in New Issue