mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge pull request [#494](https://github.com/mazeincoding/AppCut/issues/494)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user