feat(ui): add provider state to settings modal
linuztx committed
Jun 8, 2025 at 19:18 UTC
8cd432b340dc439413b8081b2e2212ace8bfb998
1 file changed
+1
webui/js/settings.js
+1
@@ -4,6 +4,7 @@ const settingsModalProxy = {
4
settings: {},
5
resolvePromise: null,
6
activeTab: 'agent', // Default tab
7
+ provider: 'serveo',
8
9
// Computed property for filtered sections
10
get filteredSections() {