Merge branch '18966-collection-not-found-ui'. Closes #18966
[arvados-workbench2.git] / src / services / api / api-actions.ts
index f986786d5e6d691b667d69c7802ef73876e0f95f..00b18229a0e5a164e44b57ec87e47df93ff0d8d9 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 export type ProgressFn = (id: string, working: boolean) => void;
-export type ErrorFn = (id: string, error: any) => void;
+export type ErrorFn = (id: string, error: any, showSnackBar?: boolean) => void;
 
 export interface ApiActions {
     progressFn: ProgressFn;