fix: use sentinel value for default font selection

Radix UI Select doesn't allow empty string values, so use 'default'
as a sentinel value instead.
This commit is contained in:
Stefan de Vogelaere
2026-01-16 23:45:05 +01:00
parent 1322722db2
commit c747baaee2
3 changed files with 48 additions and 23 deletions

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "automaker",
"version": "1.0.0",
"version": "0.12.0rc",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "automaker",
"version": "1.0.0",
"version": "0.12.0rc",
"hasInstallScript": true,
"workspaces": [
"apps/*",
@@ -29,7 +29,7 @@
},
"apps/server": {
"name": "@automaker/server",
"version": "0.11.0",
"version": "0.12.0",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.1.76",
@@ -80,7 +80,7 @@
},
"apps/ui": {
"name": "@automaker/ui",
"version": "0.11.0",
"version": "0.12.0",
"hasInstallScript": true,
"license": "SEE LICENSE IN LICENSE",
"dependencies": {