Skip to content

Commit

Permalink
Merge pull request #3266 from wowsims/apl
Browse files Browse the repository at this point in the history
Fix crash
  • Loading branch information
jimmyt857 authored Jul 8, 2023
2 parents 2256200 + d215509 commit fe4e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/proto_utils/action_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export class ActionId {
} else if (this.otherId) {
return 'other-' + this.otherId;
} else {
throw new Error('Empty action id!');
return 'empty-action';
}
}

Expand Down

0 comments on commit fe4e72d

Please sign in to comment.