Commit cfb1185e authored by ioedeveloper's avatar ioedeveloper

sync nx with workspace

parent dc94506e
......@@ -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": []
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment