fix(frontend): set default presetInstanceId to 'custom' to pass length check

This commit is contained in:
Viren070
2025-06-14 20:15:40 +01:00
parent 0e0a18b9c1
commit ec7a19a92d
@@ -192,7 +192,7 @@ function Content() {
name: addonName,
identifyingName: addonName,
presetType: 'custom',
presetInstanceId: '',
presetInstanceId: 'custom',
enabled: true,
manifestUrl: 'http://localhost:2000/manifest.json',
timeout: 10000,