Update dashboard components (Except for major 4) #1175
setup-tests-with-custom-base-port.yaml
on: pull_request
setup-tests-with-custom-base-port
18m 45s
Annotations
9 errors
|
setup-tests-with-custom-base-port
Process completed with exit code 1.
|
|
setup-tests-with-custom-base-port
Type '{ children: Element; title: string; subtitle: string; glassmorphic: true; actions: Element; }' is not assignable to type 'IntrinsicAttributes & DesignCardProps'.
|
|
setup-tests-with-custom-base-port
Type '{ open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; title: string; formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; defaultValues: { displayName: string; description: string | undefined; }; onSubmit: (values: any) => Promise<void>; okButton: { label: string; }; cancelButton: true; }' is not assignable to type 'IntrinsicAttributes & Omit<ActionDialogProps, "children"> & { formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; onSubmit: (values: { description?: string | undefined; displayName: string; }) => void | "prevent-close" | Promise<void | "prevent-close">; }'.
|
|
setup-tests-with-custom-base-port
Type '{ children: Element; title: string; subtitle: string; glassmorphic: true; actions: Element; }' is not assignable to type 'IntrinsicAttributes & DesignCardProps'.
|
|
setup-tests-with-custom-base-port
Type '{ open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; title: string; formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; defaultValues: { displayName: string; description: string | undefined; }; onSubmit: (values: any) => Promise<void>; okButton: { label: string; }; cancelButton: true; }' is not assignable to type 'IntrinsicAttributes & Omit<ActionDialogProps, "children"> & { formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; onSubmit: (values: { description?: string | undefined; displayName: string; }) => void | "prevent-close" | Promise<void | "prevent-close">; }'.
|
|
setup-tests-with-custom-base-port
Type '{ children: Element; title: string; subtitle: string; glassmorphic: true; actions: Element; }' is not assignable to type 'IntrinsicAttributes & DesignCardProps'.
|
|
setup-tests-with-custom-base-port
Type '{ open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; title: string; formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; defaultValues: { displayName: string; description: string | undefined; }; onSubmit: (values: any) => Promise<void>; okButton: { label: string; }; cancelButton: true; }' is not assignable to type 'IntrinsicAttributes & Omit<ActionDialogProps, "children"> & { formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; onSubmit: (values: { description?: string | undefined; displayName: string; }) => void | "prevent-close" | Promise<void | "prevent-close">; }'.
|
|
setup-tests-with-custom-base-port
Type '{ children: Element; title: string; subtitle: string; glassmorphic: true; actions: Element; }' is not assignable to type 'IntrinsicAttributes & DesignCardProps'.
|
|
setup-tests-with-custom-base-port
Type '{ open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; title: string; formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; defaultValues: { displayName: string; description: string | undefined; }; onSubmit: (values: any) => Promise<void>; okButton: { label: string; }; cancelButton: true; }' is not assignable to type 'IntrinsicAttributes & Omit<ActionDialogProps, "children"> & { formSchema: ObjectSchema<{ displayName: string; description: string | undefined; }, AnyObject, { displayName: undefined; description: undefined; }, "">; onSubmit: (values: { description?: string | undefined; displayName: string; }) => void | "prevent-close" | Promise<void | "prevent-close">; }'.
|