We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7195d0f commit 7dcaf56Copy full SHA for 7dcaf56
src/containers/Tenant/ObjectGeneral/ObjectGeneral.tsx
@@ -19,11 +19,12 @@ import './ObjectGeneral.scss';
19
20
const b = cn('object-general');
21
22
-type ObjectGeneralProps = {
+interface ObjectGeneralProps {
23
type: string;
24
additionalTenantInfo?: any;
25
additionalNodesInfo?: any;
26
-} & typeof mapDispatchToProps;
+ setSettingValue: (name: string, value: string) => void;
27
+}
28
29
function ObjectGeneral(props: ObjectGeneralProps) {
30
const location = useLocation();
0 commit comments