Skip to content

Commit

Permalink
returned the lost comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius committed Aug 31, 2023
1 parent b58295d commit 4e9f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ui/qml/Filters/ContainersModelFilters.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Item {
}

function getWriteAccessServicesListFilters() {
return [serviceTypeFilter
return [serviceTypeFilter]
}
function getReadAccessServicesListFilters() {
return [serviceTypeFilter, installedFilter]
Expand Down

0 comments on commit 4e9f68a

Please sign in to comment.