Skip to content

Commit 6380615

Browse files
committed
refactor: remove unused button for creating new data flow in Layout.vue
1 parent 9aa850c commit 6380615

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/daas/src/views/Layout.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<ElButton v-if="isCommunity" id="add-jira-issue-btn" type="primary" size="mini"
1212
><VIcon>bug-outlined</VIcon> New Issue
1313
</ElButton>
14-
<ElButton v-else-if="creatAuthority" type="primary" size="mini" @click="command('newDataFlow')">
15-
{{ $t('dataFlow_createNew') }}
16-
</ElButton>
1714
<NotificationPopover v-if="$getSettingByKey('SHOW_NOTIFICATION')" class="ml-4"></NotificationPopover>
1815
<ElDropdown v-if="showHelp" class="btn" placement="bottom" @command="command" command="help" :show-timeout="0">
1916
<div class="flex align-center icon-btn p-2 ml-2">

0 commit comments

Comments
 (0)