refactor(FE): Restrict edit and delete actions based on recording status

This commit is contained in:
rstubryan
2026-03-08 16:40:36 +07:00
parent 7366d6490c
commit b2016314f5
2 changed files with 42 additions and 26 deletions
+1
View File
@@ -49,6 +49,7 @@ export type BaseRecording = {
project_flock: ProjectFlock;
record_datetime: string;
day: number;
executed_at: string;
} & ProductionMetrics;
export type RecordingDepletion = {