Fix Offers View
This commit is contained in:
@@ -6,12 +6,13 @@ import Qt.labs.qmlmodels
|
||||
|
||||
Item
|
||||
{
|
||||
anchors.fill: parent
|
||||
StackView
|
||||
{
|
||||
id: employeesStack
|
||||
id: offersStack
|
||||
|
||||
anchors.fill: parent
|
||||
initialItem: "OffersTable.qml"
|
||||
anchors.margins: 9
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user