Skip to content
Snippets Groups Projects
Unverified Commit fcddbd5d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

individual archive action

parent a7ac28f5
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,12 @@ const EntityItem = ({
{
title: t`Archive`,
icon: "archive",
action: () => item.setArchived(item),
action: () => {
try {
item.setArchived(true)
} finally {
}
}
},
]}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment