Skip to content

Replace static props with provide/inject

Paul Gascou-Vaillancourt requested to merge 234014-refactor-on-demand-scans into master

What does this MR do?

This drops a few props in favor of provide/inject in the OnDemandScansForm app. The affected props are projectPath and helpPagePath.

Additionally, existing injections have been made "required" by dropping their default values.

Related to #234014 (closed)

Merge request reports