fix: generate link for companion

This commit is contained in:
Carlos Valente
2025-09-04 06:09:51 +02:00
committed by Alex Christoffer Rasmussen
parent 6ff06b21a8
commit 763080cd4d
4 changed files with 25 additions and 13 deletions
@@ -29,7 +29,7 @@ export default function GenerateLinkFormExport({ lockedPath }: GenerateLinkFormE
{ value: OntimeView.Timer, label: 'Timer' },
{ value: OntimeView.Cuesheet, label: 'Cuesheet' },
{ value: OntimeView.Operator, label: 'Operator' },
{ value: '', label: 'Companion' },
{ value: '<<companion>>', label: 'Companion' },
...urlPresetData.map((preset) => ({
value: `preset-${preset.alias}`,
label: `URL Preset: ${preset.alias}`,