mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 22:53:57 +00:00
Pre-pr cleanup
This commit is contained in:
parent
d354d0359e
commit
b67cec85fc
@ -740,8 +740,6 @@ def process_instance_list(
|
||||
"""Process_instance_list."""
|
||||
process_instance_report = ProcessInstanceReportModel.default_report(g.user)
|
||||
|
||||
print(f"user_filter: {user_filter}")
|
||||
|
||||
if user_filter:
|
||||
report_filter = ProcessInstanceReportFilter(
|
||||
process_model_identifier,
|
||||
|
@ -335,7 +335,6 @@ export default function ProcessInstanceListTable({
|
||||
}
|
||||
|
||||
setErrorMessage(null);
|
||||
console.log(queryParamString);
|
||||
navigate(`/admin/process-instances?${queryParamString}`);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user