X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7a8fafa13f5f94945cf0a4c5965db273f3435823..ae946826d1670cb786688e859bc1f3257150ae75:/src/store/process-panel/process-panel.ts diff --git a/src/store/process-panel/process-panel.ts b/src/store/process-panel/process-panel.ts index b521a672..935cfa58 100644 --- a/src/store/process-panel/process-panel.ts +++ b/src/store/process-panel/process-panel.ts @@ -3,5 +3,6 @@ // SPDX-License-Identifier: AGPL-3.0 export interface ProcessPanel { + containerRequestUuid: string; filters: { [status: string]: boolean }; }