@@ -146,7 +146,7 @@
<a-icon type="sd-audit-advancesearch" theme="filled" :class="$style.searchIcon" />
</a-button>
<a-button
- v-if="activeKey === '2' && isApplicationAdmin"
+ v-if="(activeKey === '2' && isApplicationAdmin) || activeKey === '1'"
type="primary"
:class="[$style.buttonSpacing]"
@click="createProject"