sync nx with workspace

pull/453/head
ioedeveloper 4 years ago
parent dc94506eb2
commit cfb1185e6b
  1. 2
      libs/remix-ui/debugger-ui/src/lib/vm-debugger/dropdown-panel.tsx
  2. 3
      nx.json

@ -7,7 +7,7 @@ import { initialState, reducer } from '../../reducers/calldata'
import './styles/dropdown-panel.css'
export const DropdownPanel = (props: DropdownPanelProps) => {
const [calldata, dispatch] = useReducer(reducer, initialState)
const [data, dispatch] = useReducer(reducer, initialState)
const { dropdownName, dropdownMessage, calldata, header, loading, extractFunc, formatSelfFunc } = props
const extractDataDefault: ExtractFunc = (item, parent?) => {
const ret: ExtractData = {}

@ -67,9 +67,6 @@
"remixd": {
"tags": []
},
"debugger-ui": {
"tags": []
},
"remix-ui-tree-view": {
"tags": []
},

Loading…
Cancel
Save