Unverified Commit 4a6e8da4 authored by davelopez's avatar davelopez
Browse files

Add modal ID and dialog class for SelectPreferredStore component

parent 553f7d08
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ function reset() {

<template>
    <BModal
        id="modal-select-history-storage-location"
        :visible="props.showModal"
        centered
        scrollable
@@ -154,6 +155,7 @@ function reset() {
        title-tag="h3"
        ok-title="Change Storage Location"
        cancel-variant="outline-primary"
        dialog-class="modal-select-history-storage-location"
        :ok-disabled="currentSelectedStoreId === props.preferredObjectStoreId"
        :no-close-on-backdrop="currentSelectedStoreId !== props.preferredObjectStoreId"
        :no-close-on-esc="currentSelectedStoreId !== props.preferredObjectStoreId"