mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-01 02:59:09 +00:00
edit ids that are already mapped
This commit is contained in:
@@ -9,8 +9,12 @@
|
||||
|
||||
let modal: Modal;
|
||||
|
||||
export function open(id: string) {
|
||||
displayID = id;
|
||||
export function open(presetID: string, presetFirstName?: string, presetLastName?: string) {
|
||||
displayID = presetID;
|
||||
|
||||
firstName = presetFirstName ?? "";
|
||||
lastName = presetLastName ?? "";
|
||||
|
||||
modal.open();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user