fix bid reset
This commit is contained in:
parent
02e4b651af
commit
c5b7cc5ac4
2 changed files with 2 additions and 1 deletions
|
@ -2317,5 +2317,6 @@
|
|||
"Display view progress on thumbnail. This setting will not hide any blockchain activity or downloads.": "Display view progress on thumbnail. This setting will not hide any blockchain activity or downloads.",
|
||||
"%anonymous%": "%anonymous%",
|
||||
"Anon --[used in <%anonymous% Reposted>]--": "Anon",
|
||||
"This will be visible in a few minutes after you submit this form.": "This will be visible in a few minutes after you submit this form.",
|
||||
"--end--": "--end--"
|
||||
}
|
||||
|
|
|
@ -93,7 +93,7 @@ export const publishReducer = handleActions(
|
|||
...defaultState,
|
||||
uri: undefined,
|
||||
channel: state.channel,
|
||||
bid: state.bid,
|
||||
bid: state.bid || 0.01,
|
||||
optimize: state.optimize,
|
||||
language: state.language,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue