mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove state
This commit is contained in:
parent
d9c58a6ee2
commit
e2b6cadfda
2 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ export const articleFragment = gql`
|
|||
isArchived
|
||||
description
|
||||
linkId
|
||||
state
|
||||
}
|
||||
`
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ const libraryItemFragment = gql`
|
|||
isArchived
|
||||
description
|
||||
linkId
|
||||
state
|
||||
labels {
|
||||
...LabelFields
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue