remove configsSelectOptions function

This commit is contained in:
Tako 2023-05-30 10:49:25 +00:00
parent 2c65c37caa
commit ee8db64f28

View File

@ -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',