Commit 5662fb4b authored by Justin Ho's avatar Justin Ho

Remove unused isProjectLevel

Since the jira_issues section is only rendered on the
project page anyway (defined in the backend logic),
this check is no longer needed.
parent 39e3846c
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
}, },
}, },
computed: { computed: {
...mapGetters(['currentKey', 'propsSource', 'isProjectLevel']), ...mapGetters(['currentKey', 'propsSource']),
}, },
}; };
</script> </script>
...@@ -24,7 +24,6 @@ export default { ...@@ -24,7 +24,6 @@ export default {
<template> <template>
<div> <div>
<jira-issues-fields <jira-issues-fields
v-if="isProjectLevel"
:key="`${currentKey}-jira-issues-fields`" :key="`${currentKey}-jira-issues-fields`"
v-bind="propsSource.jiraIssuesProps" v-bind="propsSource.jiraIssuesProps"
:is-validated="isValidated" :is-validated="isValidated"
......
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