impl: autosave to local storage
This commit is contained in:
@@ -103,14 +103,6 @@ function StageItemActions({ stage }: { stage: string }) {
|
||||
|
||||
return (
|
||||
<div className="flex flex-row space-x-2 invisible group-hover:visible">
|
||||
<Button
|
||||
variant="small"
|
||||
onClick={() => {
|
||||
deleteStageInEntry(stage, entry.name)
|
||||
}}
|
||||
>
|
||||
Edit
|
||||
</Button>
|
||||
<Button
|
||||
variant="small"
|
||||
onClick={() => {
|
||||
|
Reference in New Issue
Block a user