pairlistStore.duplicateConfig(newName)"
@new="(name: string) => pairlistStore.newConfig(name)"
@rename="(oldName: string, newName: string) => pairlistStore.saveConfig(newName)"
>
pairlistStore.selectOrCreateConfig(config as string)"
/>
{{ pairlistStore.evaluating ? '' : 'Evaluate' }}