feature: Shared UX Primitives
This commit is contained in:
@@ -181,8 +181,12 @@
|
||||
<BatchList
|
||||
:batches="batchStore.batches"
|
||||
:loading="batchStore.loading"
|
||||
:error="batchStore.error"
|
||||
empty-title="No uploaded batches waiting for assignment."
|
||||
empty-description="New uploads appear here after a scan is submitted."
|
||||
show-assign
|
||||
@assign="openAssignDialog"
|
||||
@retry="loadRecent"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user