Skip to content

Commit

Permalink
make some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewang committed Dec 5, 2023
1 parent 30391d0 commit fe44d3c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const Comp: React.FC<DetailModalProps> = ({

const { loading: pluginLoading, Entity } = useLoadMeta<SinkMetaType>('sink', sinkType);

const syncTableData = useSelector<State, State['syncTableData']>(state => state.syncTableData);

const [getLocalStorage, setLocalStorage, removeLocalStorage] = useLocalStorage('createTableData');

const { data: groupData, run: getGroupData } = useRequest(`/group/get/${inlongGroupId}`, {
Expand Down

0 comments on commit fe44d3c

Please sign in to comment.