Skip to content

Commit

Permalink
change target to targetId
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 18, 2023
1 parent 9a7ad48 commit 6d91d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/RecordingMetadata/BulkEditLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const BulkEditLabels: React.FC<BulkEditLabelsProps> = ({
]).subscribe((parts) => {
const currentTarget = parts[0];
const event = parts[1];
if (currentTarget?.connectUrl != event.message.target) {
if (currentTarget?.connectUrl != event.message.targetId) {
return;
}
setRecordings((old) =>
Expand Down

0 comments on commit 6d91d25

Please sign in to comment.