refactor: new data import flow
This commit is contained in:
@@ -17,20 +17,24 @@
|
||||
</template>
|
||||
<template #body-main>
|
||||
<div class="text-base p-2">
|
||||
<router-link :to="{
|
||||
name: 'DataImportList',
|
||||
query: {
|
||||
step: 'list'
|
||||
}
|
||||
}">
|
||||
<div class="flex items-center space-x-2 hover:bg-surface-gray-2 px-2 py-1 rounded-sm">
|
||||
<ArrowDownToLine class="size-4 stroke-1.5 text-ink-gray-7"/>
|
||||
<div class="text-sm text-ink-gray-7">
|
||||
{{ __("Data Import") }}
|
||||
</div>
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
<router-link
|
||||
:to="{
|
||||
name: 'DataImportList',
|
||||
query: {
|
||||
step: 'list',
|
||||
},
|
||||
}"
|
||||
>
|
||||
<div
|
||||
class="flex items-center space-x-2 hover:bg-surface-gray-2 px-2 py-1 rounded-sm"
|
||||
>
|
||||
<ArrowDownToLine class="size-4 stroke-1.5 text-ink-gray-7" />
|
||||
<div class="text-sm text-ink-gray-7">
|
||||
{{ __('Data Import') }}
|
||||
</div>
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
</Popover>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user