mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-20 06:58:52 +00:00
Merge remote-tracking branch 'origin/main' into feature/remove_spif_step_details
This commit is contained in:
commit
bf1ae79921
@ -732,6 +732,7 @@ export default function ProcessInstanceListTable({
|
|||||||
setEndToTime('');
|
setEndToTime('');
|
||||||
setProcessInitiatorSelection(null);
|
setProcessInitiatorSelection(null);
|
||||||
setProcessInitiatorText('');
|
setProcessInitiatorText('');
|
||||||
|
setRequiresRefilter(true);
|
||||||
if (reportMetadata) {
|
if (reportMetadata) {
|
||||||
reportMetadata.filter_by = [];
|
reportMetadata.filter_by = [];
|
||||||
}
|
}
|
||||||
@ -1481,10 +1482,10 @@ export default function ProcessInstanceListTable({
|
|||||||
let refilterTextComponent = null;
|
let refilterTextComponent = null;
|
||||||
if (requiresRefilter) {
|
if (requiresRefilter) {
|
||||||
refilterTextComponent = (
|
refilterTextComponent = (
|
||||||
<h2>
|
<p className="please-press-filter-button">
|
||||||
Please press the filter button when you have completed updating the
|
* Please press the filter button when you have completed updating the
|
||||||
filters.
|
filters.
|
||||||
</h2>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const resultsTable = (
|
const resultsTable = (
|
||||||
|
@ -408,3 +408,8 @@ svg.notification-icon {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.please-press-filter-button {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user