Unverified Commit 816e4b78 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #19613 from ahmedhamidawan/remove_redundant_create_collection_btn

[24.2] Remove redundant `Create Collection` ok button from collection creator
parents 22af7846 3bde4d78
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -242,10 +242,9 @@ function resetModal() {
        :busy="(fromSelection && isFetchingItems) || creatingCollection"
        modal-class="ui-modal collection-creator-modal"
        :hide-footer="!createdCollection && !createCollectionError"
        :ok-disabled="!!createdCollection || !!createCollectionError"
        :cancel-title="localize('Exit')"
        footer-class="d-flex justify-content-between"
        :ok-title="localize('Create Collection')"
        ok-only
        :ok-title="localize('Exit')"
        ok-variant="secondary"
        @hidden="resetModal">
        <template v-slot:modal-header>
            <Heading class="w-100" size="sm">