Browse Source

fix: remove Transition component

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4495/head
Pranav C 2 years ago
parent
commit
70790f2b0b
  1. 6
      packages/nc-gui/pages/index/index/index.vue

6
packages/nc-gui/pages/index/index/index.vue

@ -212,7 +212,9 @@ const copyProjectMeta = async () => {
</a-dropdown>
</div>
<Transition name="layout" mode="out-in">
<!--
TODO: bring back transition after fixing the bug with navigation
<Transition name="layout" mode="out-in"> -->
<div v-if="isLoading">
<a-skeleton />
</div>
@ -297,7 +299,7 @@ const copyProjectMeta = async () => {
</template>
</a-table-column>
</a-table>
</Transition>
<!-- </Transition> -->
</div>
</template>

Loading…
Cancel
Save