HOTFIX: OrderCatalog scroll To Item #1026

Merged
jsegarra merged 9 commits from hotfix_scrollToItem into master 2024-12-09 08:44:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6622135271 - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import toCurrency from '../../../filters/toCurrency';
import toCurrency from 'src/filters/toCurrency';
import { inject, ref } from 'vue';
import { useI18n } from 'vue-i18n';
import axios from 'axios';