mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
revert to popupModal to stay consistent with other stv tabs
This commit is contained in:
@@ -12,8 +12,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
endpoint: ApiNotizPerson,
|
||||
countNotiz: ''
|
||||
endpoint: ApiNotizPerson
|
||||
};
|
||||
},
|
||||
template: `
|
||||
@@ -25,7 +24,7 @@ export default {
|
||||
class="overflow-hidden"
|
||||
:endpoint="endpoint"
|
||||
ref="formc"
|
||||
notiz-layout="classicFas"
|
||||
notiz-layout="popupModal"
|
||||
type-id="person_id"
|
||||
:id="modelValue.person_id"
|
||||
show-document
|
||||
|
||||
Reference in New Issue
Block a user