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
e9d01bd2
Commit
e9d01bd2
authored
Apr 02, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix reference
parent
50ad4d37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contractDropdown.js
src/app/tabs/runTab/contractDropdown.js
+1
-1
sendTxCallbacks.js
src/app/ui/sendTxCallbacks.js
+1
-1
No files found.
src/app/tabs/runTab/contractDropdown.js
View file @
e9d01bd2
...
@@ -226,7 +226,7 @@ class ContractDropdownUI {
...
@@ -226,7 +226,7 @@ class ContractDropdownUI {
modalDialog
(
'Confirm transaction'
,
content
,
modalDialog
(
'Confirm transaction'
,
content
,
{
label
:
'Confirm'
,
{
label
:
'Confirm'
,
fn
:
()
=>
{
fn
:
()
=>
{
this
.
blockchain
.
udapp
.
config
.
setUnpersistedProperty
(
'doNotShowTransactionConfirmationAgain'
,
content
.
querySelector
(
'input#confirmsetting'
).
checked
)
this
.
blockchain
.
config
.
setUnpersistedProperty
(
'doNotShowTransactionConfirmationAgain'
,
content
.
querySelector
(
'input#confirmsetting'
).
checked
)
// TODO: check if this is check is still valid given the refactor
// TODO: check if this is check is still valid given the refactor
if
(
!
content
.
gasPriceStatus
)
{
if
(
!
content
.
gasPriceStatus
)
{
cancelCb
(
'Given gas price is not correct'
)
cancelCb
(
'Given gas price is not correct'
)
...
...
src/app/ui/sendTxCallbacks.js
View file @
e9d01bd2
...
@@ -86,7 +86,7 @@ const confirmationCb = function (network, tx, gasEstimation, continueTxExecution
...
@@ -86,7 +86,7 @@ const confirmationCb = function (network, tx, gasEstimation, continueTxExecution
content
,
content
,
{
label
:
'Confirm'
,
{
label
:
'Confirm'
,
fn
:
()
=>
{
fn
:
()
=>
{
self
.
udappUI
.
udapp
.
config
.
setUnpersistedProperty
(
self
.
blockchain
.
config
.
setUnpersistedProperty
(
'doNotShowTransactionConfirmationAgain'
,
'doNotShowTransactionConfirmationAgain'
,
content
.
querySelector
(
'input#confirmsetting'
).
checked
content
.
querySelector
(
'input#confirmsetting'
).
checked
)
)
...
...
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