ronds-metadata 1.2.46 → 1.2.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,13 +16,13 @@ import _Input from "antd/es/input";
|
|
|
16
16
|
/*
|
|
17
17
|
* @Author: wangxian
|
|
18
18
|
* @Date: 2021-09-18 14:15:04
|
|
19
|
-
* @LastEditTime: 2023-05-11 08:
|
|
19
|
+
* @LastEditTime: 2023-05-11 09:08:41
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
22
|
import { UploadOutlined } from '@ant-design/icons';
|
|
23
23
|
import { MetadataFormContext, MetadataRefContext } from '../interface';
|
|
24
24
|
import { useGetExtraInfo } from '../hooks';
|
|
25
|
-
import useObservable from '
|
|
25
|
+
import useObservable from '../../../framework/rxjs-hooks/useObservable';
|
|
26
26
|
var TextArea = _Input.TextArea;
|
|
27
27
|
function Index(props) {
|
|
28
28
|
var _extraInfo$addonAfter7;
|