fix #36
This commit is contained in:
parent
a9096d651c
commit
9be0c430be
|
@ -10,7 +10,7 @@
|
|||
<select class="form-control form-control-sm form-control--privacy" id="privacy" name="privacy" [(ngModel)]="selectedPrivacy">
|
||||
<option *ngFor="let p of privacyList" [ngValue]="p">{{p}}</option>
|
||||
</select>
|
||||
<button type="submit" class="btn btn-sm btn-custom-primary">TOOT!</button>
|
||||
<button type="submit" class="btn btn-sm btn-custom-primary">POST!</button>
|
||||
</form>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue