Changed Back Button

This commit is contained in:
2025-02-03 11:05:47 +01:00
parent c207329a3e
commit cc81d18344
3 changed files with 25 additions and 5 deletions

View File

@@ -134,9 +134,9 @@ const contentChanged = (content, datapoint) => {
<UButton
icon="i-heroicons-chevron-left"
variant="outline"
@click="router.push(`/standardEntity/${type}`)"
@click="router.back()/*router.push(`/standardEntity/${type}`)*/"
>
{{dataType.label}}
<!-- {{dataType.label}}-->
</UButton>
</template>
<template #center>