Fix action propagation to timeline items
This commit is contained in:
parent
9ffa29ca0d
commit
5a57e2b704
14 changed files with 71 additions and 66 deletions
|
@ -47,11 +47,7 @@ import { SmartRelinkDialog } from './RelinkDialog';
|
|||
import { SmartUpdateDialog } from './UpdateDialog';
|
||||
import { SmartCaptchaDialog } from './CaptchaDialog';
|
||||
|
||||
// Workaround: A react component's required properties are filtering up through connect()
|
||||
// https://github.com/DefinitelyTyped/DefinitelyTyped/issues/31363
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
const FilteredSmartMessageSearchResult = SmartMessageSearchResult as any;
|
||||
/* eslint-enable @typescript-eslint/no-explicit-any */
|
||||
const FilteredSmartMessageSearchResult = SmartMessageSearchResult;
|
||||
|
||||
function renderExpiredBuildDialog(): JSX.Element {
|
||||
return <SmartExpiredBuildDialog />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue