Skip to content

Commit

Permalink
Change context for feature detection query
Browse files Browse the repository at this point in the history
It’s my belief that this is the most lightweight option.
  • Loading branch information
backspace committed Apr 22, 2021
1 parent d6fc44b commit 72d6200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/services/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default class SystemService extends Service {
method: 'POST',
body: JSON.stringify({
Text: 'feature-detection-query',
Context: 'jobs',
Context: 'namespaces',
}),
});

Expand Down

0 comments on commit 72d6200

Please sign in to comment.