0.1.4
This commit is contained in:
@@ -73,7 +73,7 @@ export default function Histories({ auth, histories }) {
|
||||
<div className="p-3 pt-1 w-[90%] mx-auto">
|
||||
<div className="flex justify-end gap-2">
|
||||
<Button size="sm" variant="destructive" onClick={ () => deleteButtonOnClickHandler() }>
|
||||
{ ids.length > 0 ? `Delete selected (${ids.length})` : "Delete All" }
|
||||
{ ids.length > 0 ? `Delete selected (${ ids.length })` : "Delete All" }
|
||||
</Button>
|
||||
|
||||
<Button size="sm" variant="destructive" onClick={ () => removeDuplicatedButtonOnClickHandler() }>
|
||||
|
||||
Reference in New Issue
Block a user