UPD: Show profile name in preview

This commit is contained in:
Robert Kossessa
2024-02-01 17:36:56 +01:00
parent 3412cda566
commit 1dd8d68348
2 changed files with 11 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ const props = defineProps({
},
showId: {
type: Boolean,
default: false,
default: true,
},
nameEditable: {
type: Boolean,