Changed Back Button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user