Minor cleanup and add KeyboardAvoidingView to global search.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import gql from "graphql-tag";
|
||||
import { gql } from "graphql-tag";
|
||||
|
||||
export const QUERY_ALL_ACTIVE_JOBS = gql`
|
||||
query QUERY_ALL_ACTIVE_JOBS($statuses: [String!]!) {
|
||||
@@ -208,6 +208,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
text
|
||||
critical
|
||||
private
|
||||
pinned
|
||||
created_at
|
||||
updated_at
|
||||
created_by
|
||||
|
||||
Reference in New Issue
Block a user