Components/create-modal: move submit button to footer
This commit is contained in:
parent
4c91d8a87d
commit
353fec9fe0
1 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,8 @@
|
|||
<label class="form-label">Description</label>
|
||||
<input formControlName="description" type="text" class="form-control"/>
|
||||
</div>
|
||||
<div class="d-grid justify-content-md-end">
|
||||
<button type="submit" class="btn btn-success" [disabled]="newShowForm.invalid">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-success" [disabled]="newShowForm.invalid">Submit</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue