mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
remove configsSelectOptions function
This commit is contained in:
parent
2c65c37caa
commit
ee8db64f28
|
@ -121,15 +121,6 @@ const configJSON = computed(() => {
|
|||
return JSON.stringify(configToPayloadItems(), null, 2);
|
||||
});
|
||||
|
||||
const configsSelectOptions = computed(() =>
|
||||
pairlistStore.savedConfigs.map((c) => {
|
||||
return {
|
||||
text: c.name,
|
||||
value: c,
|
||||
};
|
||||
}),
|
||||
);
|
||||
|
||||
useSortable(availablePairlistsEl, availablePairlists.value, {
|
||||
group: {
|
||||
name: 'configurator',
|
||||
|
|
Loading…
Reference in New Issue
Block a user