add allow_override to source_project
This commit is contained in:
Seth Foster
2023-03-06 23:41:34 -05:00
parent 8e6f4fae80
commit a5f9506f49
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ function InventorySourceDetail({ inventorySource }) {
value={VERBOSITY()[verbosity]}
/>
<Detail
label={t`Scm Branch`}
label={t`Source Control Branch`}
helpText={helpText.sourceControlBranch}
value={scm_branch}
/>