mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixing table being announced for button (#22024)
* Fixing table being announced for button * Fixing issue in the component * Reverting other changes
This commit is contained in:
@@ -74,7 +74,7 @@ class FormItem {
|
|||||||
<model-component-wrapper [descriptor]="item.descriptor" [modelStore]="modelStore" [style.width]="getComponentWidth(item)" [style.height]="getRowHeight(item)">
|
<model-component-wrapper [descriptor]="item.descriptor" [modelStore]="modelStore" [style.width]="getComponentWidth(item)" [style.height]="getRowHeight(item)">
|
||||||
</model-component-wrapper>
|
</model-component-wrapper>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="itemHasActions(item)" class="form-item-row form-actions-table form-item-last-row">
|
<div *ngIf="itemHasActions(item)" class="form-item-row form-actions-table form-item-last-row" role="presentation">
|
||||||
<div *ngFor="let actionItem of getActionComponents(item)" class="form-actions-cell" >
|
<div *ngFor="let actionItem of getActionComponents(item)" class="form-actions-cell" >
|
||||||
<model-component-wrapper [descriptor]="actionItem.descriptor" [modelStore]="modelStore">
|
<model-component-wrapper [descriptor]="actionItem.descriptor" [modelStore]="modelStore">
|
||||||
</model-component-wrapper>
|
</model-component-wrapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user