Skip to content

Commit

Permalink
Merge pull request #2057 from flutistar/24185/mhr-modal-appearing-beh…
Browse files Browse the repository at this point in the history
…ind-layers

Fixed issue on Z-Index
  • Loading branch information
flutistar authored Nov 6, 2024
2 parents 46b7f67 + cf56fea commit b0da64a
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
role="region"
:class="{ 'border-error-left': showTableError && !hideTableErrors }"
>
<BaseDialog
:setOptions="mhrDeceasedOwnerChanges"
:setDisplay="showOwnerChangesDialog"
@proceed="handleOwnerChangesDialogResp($event)"
/>

<v-table
id="mhr-home-owners-table"
class="home-owners-table"
Expand Down Expand Up @@ -724,6 +718,11 @@
</tbody>
</v-table>
</v-card>
<BaseDialog
:setOptions="mhrDeceasedOwnerChanges"
:setDisplay="showOwnerChangesDialog"
@proceed="handleOwnerChangesDialogResp($event)"
/>
</template>

<script lang="ts">
Expand Down

0 comments on commit b0da64a

Please sign in to comment.