Implement edit/remove networks/accounts/keys. #86
Annotations
2 errors
src/hooks/useConfirmation.ts#L106
Property 'isDanger' is missing in type '{ isOpen: false; onClose: () => void; onSubmit: { (): Promise<void>; <T>(value: T): Promise<Awaited<T>>; <T>(value: T | PromiseLike<T>): Promise<...>; }; header: null; content: null; actionLabel: string; }' but required in type '{ isOpen: boolean; onClose: () => void; onSubmit: () => Promise<void>; header: string | Element | null; content: string | Element | null; actionLabel: string; isDanger: boolean; }'.
|
|
This job failed
Loading