Skip to content

Commit

Permalink
fix: removing work from release editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 30, 2024
1 parent 16bfe97 commit 2bed1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/acum-work-import/ui/work-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function WorkEditor(props: {
};

const removeWork: JSX.EventHandler<HTMLButtonElement, MouseEvent> = () => {
setIsPending(false);
MB.relationshipEditor.dispatch({
recording: props.recordingState.recording,
type: 'remove-work',
Expand Down

0 comments on commit 2bed1db

Please sign in to comment.