Skip to content

Commit

Permalink
Assembly edit disabled in assembly manager
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 2, 2025
1 parent 1956768 commit 165cbfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const AssemblyTable = observer(function ({
return (
<>
<IconButton
disabled={!editable}
onClick={() => {
onEditAssembly(assembly)
}}
Expand Down

0 comments on commit 165cbfa

Please sign in to comment.