Remove pre tag in WorkerCreate component

This commit is contained in:
William Buezas 2024-01-19 15:16:36 -03:00
parent a888472ad2
commit 533435c7ba
1 changed files with 0 additions and 1 deletions

View File

@ -363,7 +363,6 @@ onMounted(async () => {
</template>
</VnSelectCreate>
</VnRow>
<pre>{{ data }}</pre>
</template>
</FormModel>
</QPage>