mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Fix pair-changing not refreshing chart
This commit is contained in:
parent
570581186e
commit
51bee418d6
|
@ -22,7 +22,7 @@
|
|||
style="min-width: 7em"
|
||||
size="sm"
|
||||
:clearable="false"
|
||||
@change="refresh"
|
||||
@input="refresh"
|
||||
>
|
||||
</v-select>
|
||||
|
||||
|
@ -175,6 +175,7 @@ export default defineComponent({
|
|||
}
|
||||
};
|
||||
const refresh = () => {
|
||||
console.log('refresh', pair.value, props.timeframe);
|
||||
if (pair.value && props.timeframe) {
|
||||
if (props.historicView) {
|
||||
botStore.activeBot.getPairHistory({
|
||||
|
|
Loading…
Reference in New Issue
Block a user