forked from forgejo/forgejo
Fix create bugs (#9606)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
03d59bcd1d
commit
08424648ae
2 changed files with 4 additions and 3 deletions
|
@ -2271,7 +2271,7 @@ function initTemplateSearch() {
|
|||
const checkTemplate = function () {
|
||||
const $templateUnits = $('#template_units');
|
||||
const $nonTemplate = $('#non_template');
|
||||
if ($repoTemplate.val() !== '') {
|
||||
if ($repoTemplate.val() !== '' && $repoTemplate.val() !== '0') {
|
||||
$templateUnits.show();
|
||||
$nonTemplate.hide();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue