mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-13 22:28:56 +02:00
fix: unblock gist and pull request form submissions
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-grid-2" v-show="detectedType === 'repo'">
|
||||
<div class="form-grid-2" v-if="detectedType === 'repo'">
|
||||
<div class="form-group">
|
||||
<label class="paper-field-label" for="branch">Branch</label>
|
||||
<div class="input-group">
|
||||
|
||||
Reference in New Issue
Block a user