Commit 77ee604f authored by Jake Burden's avatar Jake Burden

Apply 1 suggestion(s) to 1 file(s)

parent 1f74f618
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
return this.targetType === 'issue'; return this.targetType === 'issue';
}, },
canAssign() { canAssign() {
return this.getNoteableData.current_user.can_update && this.isIssue; return this.getNoteableData.current_user?.can_update && this.isIssue;
}, },
}, },
methods: { methods: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment