Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 7, 2025
1 parent 876f7f0 commit 78b6453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AddJobsFilterDialog(
dialogPanel.validateAll()
var validationInfo: ValidationInfo? = null
componentsToIsJobId.forEach { (component, isJobId) ->
validationInfo = validateJobFilter(prefixField.text, ownerField.text, jobIdField.text, state.ws.masks, component, isJobId)
validationInfo = validateJobFilter(prefixField.text, ownerField.text, jobIdField.text, state.selectedWS.masks, component, isJobId)
if (validationInfo != null) return validationInfo
}
return null
Expand Down

0 comments on commit 78b6453

Please sign in to comment.