chore: fix unnecessary 'undefined' types (#2589)

This commit is contained in:
Braden MacDonald
2025-11-12 13:26:01 -05:00
committed by GitHub
parent 2530b01b82
commit 5ec00236cb
8 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ const render = (eventData?: LibraryChangesMessageData) => {
};
let axiosMock: MockAdapter;
let mockShowToast: (message: string, action?: ToastActionData | undefined) => void;
let mockShowToast: (message: string, action?: ToastActionData) => void;
describe('<IframePreviewLibraryXBlockChanges />', () => {
beforeEach(() => {