We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a783491 commit 04aad4fCopy full SHA for 04aad4f
1 file changed
frontend/src/components/layout/AppLayout.vue
@@ -47,9 +47,6 @@
47
<span class="project-name" :title="currentProject.name">
48
<ProjectOutlined /> {{ currentProject.name }}
49
</span>
50
- <a-tag color="blue" v-if="currentProject.dataset_count" class="dataset-count">
51
- <DatabaseOutlined /> {{ currentProject.dataset_count }} 个数据集
52
- </a-tag>
53
</div>
54
55
</a-layout-header>
0 commit comments