fixes on the file uploader

This commit is contained in:
estifanos
2026-07-24 08:39:31 +00:00
parent 47566dfe16
commit 4ccf27c044
2 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
// ponytail: in-memory mock array, resets on reload — swap for RTK Query endpoint when backend lands.
import type { UploadFileInfo } from '@ema-platform/api';
export interface Vessel {
id: string;
name: string;
@@ -44,7 +46,7 @@ export interface TransferRequest {
submitted: string;
approvedOn?: string;
rejectionReason?: string;
documentFileInfo?: unknown;
documentFileInfo?: UploadFileInfo;
}
export const MOCK_REQUESTS: TransferRequest[] = [