diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-06-22 11:08:20 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-06-22 11:08:20 -0400 |
commit | fd248de1eb5591ea977fdfcedf75d26f53636a5e (patch) | |
tree | 7e9a89ce480f537c3bbe0fb942d1bc9a1c3f758f /webui | |
parent | 323dd0e293fb965743269fe52c8335b3d7a7bb94 (diff) | |
parent | b694052c46a69b47e58526068109db2fbcca92af (diff) | |
download | git-bug-fd248de1eb5591ea977fdfcedf75d26f53636a5e.tar.gz |
Merge branch 'master' into refactor/guarantee-test-cleanup
Diffstat (limited to 'webui')
-rw-r--r-- | webui/src/apollo.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/apollo.ts b/webui/src/apollo.ts index c111dbd8..3482df54 100644 --- a/webui/src/apollo.ts +++ b/webui/src/apollo.ts @@ -9,7 +9,7 @@ const client = new ApolloClient({ typePolicies: { // TODO: For now, we only query the default repository, so consider it as a singleton Repository: { - keyFields: [], + keyFields: ['name'], }, }, }), |