Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cfb1185e
Commit
cfb1185e
authored
Oct 26, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync nx with workspace
parent
dc94506e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
dropdown-panel.tsx
...mix-ui/debugger-ui/src/lib/vm-debugger/dropdown-panel.tsx
+1
-1
nx.json
nx.json
+0
-3
No files found.
libs/remix-ui/debugger-ui/src/lib/vm-debugger/dropdown-panel.tsx
View file @
cfb1185e
...
@@ -7,7 +7,7 @@ import { initialState, reducer } from '../../reducers/calldata'
...
@@ -7,7 +7,7 @@ import { initialState, reducer } from '../../reducers/calldata'
import
'./styles/dropdown-panel.css'
import
'./styles/dropdown-panel.css'
export
const
DropdownPanel
=
(
props
:
DropdownPanelProps
)
=>
{
export
const
DropdownPanel
=
(
props
:
DropdownPanelProps
)
=>
{
const
[
call
data
,
dispatch
]
=
useReducer
(
reducer
,
initialState
)
const
[
data
,
dispatch
]
=
useReducer
(
reducer
,
initialState
)
const
{
dropdownName
,
dropdownMessage
,
calldata
,
header
,
loading
,
extractFunc
,
formatSelfFunc
}
=
props
const
{
dropdownName
,
dropdownMessage
,
calldata
,
header
,
loading
,
extractFunc
,
formatSelfFunc
}
=
props
const
extractDataDefault
:
ExtractFunc
=
(
item
,
parent
?)
=>
{
const
extractDataDefault
:
ExtractFunc
=
(
item
,
parent
?)
=>
{
const
ret
:
ExtractData
=
{}
const
ret
:
ExtractData
=
{}
...
...
nx.json
View file @
cfb1185e
...
@@ -67,9 +67,6 @@
...
@@ -67,9 +67,6 @@
"remixd"
:
{
"remixd"
:
{
"tags"
:
[]
"tags"
:
[]
},
},
"debugger-ui"
:
{
"tags"
:
[]
},
"remix-ui-tree-view"
:
{
"remix-ui-tree-view"
:
{
"tags"
:
[]
"tags"
:
[]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment