Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Data management page crash when Adding Test Plans to the Test Queue and Opening Assistive Technology select to pick any option #844

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix bug that causes crash on DataManagement page ManageTestQueue AT d…
…ropdown
  • Loading branch information
stalgiag committed Nov 16, 2023
commit 7dd31e11a60fa03e46160a05ca4d2fbe3fde0fa4
4 changes: 4 additions & 0 deletions client/components/DataManagement/queries.js
Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ export const DATA_MANAGEMENT_PAGE_QUERY = gql`
ats {
id
name
browsers {
id
name
}
atVersions {
id
name
Loading