format cleanup component arguments

This commit is contained in:
Christoph Kluge
2025-07-01 15:48:30 +02:00
parent 63e828d2df
commit a4104822e2
8 changed files with 15 additions and 15 deletions

View File

@@ -127,9 +127,9 @@
</Col>
<Col xs="12" md="7" lg="8" xl="9">
<Filters
startTimeQuickSelect
bind:this={filterComponent}
{filterPresets}
startTimeQuickSelect={true}
menuText="Only {type.toLowerCase()}s with jobs that match the filters will show up"
applyFilters={(detail) => {
jobFilters = detail.filters;