Skip to content

Commit

Permalink
bugfix: fixed work period visibility on page setup api service info (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius authored Jan 13, 2025
1 parent ca04c63 commit f1c6067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PageType {

imageSource: "qrc:/images/controls/history.svg"
leftText: qsTr("Work period")
rightText: ApiServicesModel.getSelectedServiceData("workPeriod")
rightText: ApiServicesModel.getSelectedServiceData("timeLimit")

visible: rightText !== ""
}
Expand Down

0 comments on commit f1c6067

Please sign in to comment.