mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
we no longer need all for process statuses w/ cullerton
This commit is contained in:
parent
158e36db63
commit
2f71fd0e88
@ -4,7 +4,6 @@ export const HOST_AND_PORT = `${host}:7000`;
|
||||
export const BACKEND_BASE_URL = `http://${HOST_AND_PORT}/v1.0`;
|
||||
|
||||
export const PROCESS_STATUSES = [
|
||||
'all',
|
||||
'not_started',
|
||||
'user_input_required',
|
||||
'waiting',
|
||||
|
@ -204,7 +204,7 @@ export default function ProcessInstanceList() {
|
||||
if (endTill) {
|
||||
queryParamString += `&end_till=${endTill}`;
|
||||
}
|
||||
if (processStatusSelection) {
|
||||
if (processStatusSelection.length > 0) {
|
||||
const processStatusSelectionString = processStatusSelection.map(
|
||||
(pss: any) => {
|
||||
return pss.label;
|
||||
|
Loading…
x
Reference in New Issue
Block a user