tested empty issue and seems to work well.

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2025-01-20 18:20:05 -06:00
parent 96468b123b
commit f664e81e5b

View File

@ -18,7 +18,7 @@ class EmployeesViewController: UIViewController {
super.viewDidLoad()
setupUI()
bindViewModel()
viewModel.changeMode(to: .malformed)
viewModel.changeMode(to: .empty)
//viewModel.fetchEmployees()
}