Fixed manual job creation validation errors BOD-252
This commit is contained in:
@@ -2,7 +2,7 @@ import gql from "graphql-tag";
|
||||
|
||||
export const QUERY_SEARCH_OWNER_BY_IDX = gql`
|
||||
query QUERY_SEARCH_OWNER_BY_IDX($search: String!) {
|
||||
search_owner(args: { search: $search }) {
|
||||
search_owners(args: { search: $search }) {
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_ph1
|
||||
|
||||
Reference in New Issue
Block a user