add not my file button

This commit is contained in:
smanylov
2026-04-25 13:53:30 +07:00
parent c07fe860e5
commit e933d64790
6 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ export async function fetchComplainInfo(id: number) {
}
}
export type MatchStatus = 'NEW' | 'SHOWED' | 'LEGAL_IN_WORK' | 'COMPLAINT_IN_WORK' | 'COMPLAINT_AND_LEGAL_IN_WORK' | 'AUTHORIZED_USE';
export type MatchStatus = 'NEW' | 'SHOWED' | 'LEGAL_IN_WORK' | 'COMPLAINT_IN_WORK' | 'COMPLAINT_AND_LEGAL_IN_WORK' | 'AUTHORIZED_USE' | 'NOT_OWNER_FILE';
export async function updateMatchStatus(id: number, status: MatchStatus) {
const token = await getSessionData('token');