[fix] Restore conflict notification work and fix tests

- Fix missing footerProps property in DialogInstance interface
- Add missing InstalledPacksResponse type import in tests
- Add missing getImportFailInfoBulk method to test mock
- Remove unused ManagerComponents import causing type error
- All unit and component tests now pass successfully
This commit is contained in:
Jin Yi
2025-08-02 13:01:17 +09:00
parent 3e3448e0fd
commit a1ea18c326
5 changed files with 106 additions and 244 deletions

View File

@@ -43,6 +43,7 @@ interface DialogInstance {
component: Component
contentProps: Record<string, any>
footerComponent?: Component
footerProps?: Record<string, any>
dialogComponentProps: DialogComponentProps
priority: number
}