refactor: refs #6837 move travel search like other sections #243

Merged
jon merged 5 commits from 6837-moveSearchById into dev 2024-03-25 10:26:03 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit d365a36c7e - Show all commits

View File

@ -18,12 +18,6 @@ const router = useRouter();
const { t } = useI18n();
const stateStore = useStateStore();
const { viewSummary } = useSummaryDialog();
const props = defineProps({
dataKey: {
type: String,
required: true,
},
});
const warehouses = ref([]);