Employee/Applicant GUI and DB

This commit is contained in:
2025-02-14 12:05:45 +01:00
parent 80bd2c9be2
commit 5ff4749247
10 changed files with 199 additions and 52 deletions

View File

@@ -22,6 +22,6 @@ Item
Component.onCompleted:
{
business_model.onRowClicked(selectedEmployee)
employee_model.onRowClicked(selectedEmployee)
}
}