Fix format
This commit is contained in:
parent
c187798d1f
commit
f804d2dce2
|
@ -60,7 +60,7 @@ jest.mock("Explorer/Controls/Dialog", () => ({
|
|||
useDialog: {
|
||||
getState: jest.fn(() => ({
|
||||
showOkCancelModalDialog: (title: string, subText: string, okLabel: string, onOk: () => void) => onOk(),
|
||||
showOkModalDialog: () => { },
|
||||
showOkModalDialog: () => {},
|
||||
})),
|
||||
},
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue