This commit is contained in:
Maze Winther
2025-07-31 21:46:33 +02:00
parent 6899450df9
commit 3c64f9cfa2
2 changed files with 28 additions and 6 deletions
@@ -67,7 +67,7 @@ export function PropertiesPanel() {
<div className="flex flex-col gap-1">
<Label className="text-xs text-muted-foreground">Frame rate:</Label>
<Select
value={(activeProject?.fps || 30).toString()}
value={(activeProject?.fps || "N/A").toString()}
onValueChange={handleFpsChange}
>
<SelectTrigger className="w-32 h-6 text-xs">