ronds-metadata 1.3.82 → 1.3.83
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ import React from 'react';
|
|
16
16
|
import Editable from '../../../../comps/Editable';
|
17
17
|
import { MetadataFormContext } from '../../interface';
|
18
18
|
import { useGetLabelCol, useGetWrapperCol } from './Datasource/hooks';
|
19
|
-
import useObservable from '
|
19
|
+
import useObservable from '../../../../framework/rxjs-hooks/useObservable';
|
20
20
|
import { STREAM_EVENT_TYPE } from '../../constants';
|
21
21
|
var MapTable = function MapTable(props) {
|
22
22
|
var value = props.value,
|
@@ -17,7 +17,7 @@ import CodeEdit from '../../../../comps/CodeEdit';
|
|
17
17
|
import { getConfig } from '../../../../config';
|
18
18
|
import { modifyComment } from '../../utils';
|
19
19
|
import { MetadataFormContext } from '../../interface';
|
20
|
-
import useObservable from '
|
20
|
+
import useObservable from '../../../../framework/rxjs-hooks/useObservable';
|
21
21
|
import { STREAM_EVENT_TYPE } from '../../constants';
|
22
22
|
var SparkSqlTable = function SparkSqlTable(props) {
|
23
23
|
var value = props.value,
|