mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Work around parameter type issue
This commit is contained in:
parent
d112c65800
commit
c2303a7a76
|
@ -30,5 +30,6 @@ defineProps<{
|
||||||
param: PairlistParameter;
|
param: PairlistParameter;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const paramValue = defineModel<string>();
|
//TODO: type should really be PairlistParamValue
|
||||||
|
const paramValue = defineModel<any>();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user