feat: add update status and masters (#67)
Some checks failed
it-academy/dry-wash-pl/pipeline/head There was a failure building this commit
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2025-01-25 17:12:02 +03:00
parent 85d96b930c
commit 0ddcaa5d52
8 changed files with 97 additions and 17 deletions

View File

@@ -23,7 +23,6 @@ import { MasterProps } from '../MasterItem/MasterItem';
const TABLE_HEADERS = [
'carNumber' as const,
'washingTime' as const,
'orderDate' as const,
'status' as const,
'masters' as const,