Remove state

This commit is contained in:
Jackson Harper 2022-04-28 22:57:12 -07:00
parent d9c58a6ee2
commit e2b6cadfda
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ export const articleFragment = gql`
isArchived
description
linkId
state
}
`

View file

@ -84,7 +84,6 @@ const libraryItemFragment = gql`
isArchived
description
linkId
state
labels {
...LabelFields
}