)
}
diff --git a/src/components/shared/basic/ProgressVerificationButton/style.scss b/src/components/shared/basic/ProgressVerificationButton/style.scss
new file mode 100644
index 000000000..ea9d60947
--- /dev/null
+++ b/src/components/shared/basic/ProgressVerificationButton/style.scss
@@ -0,0 +1,37 @@
+/********************************************************************************
+ * Copyright (c) 2024 Contributors to the Eclipse Foundation
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Apache License, Version 2.0 which is available at
+ * https://www.apache.org/licenses/LICENSE-2.0.
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ ********************************************************************************/
+
+.progress-verification {
+ .MuiAccordion-root {
+ margin-bottom: 20px !important;
+
+ .MuiAccordionSummary-content {
+ margin-top: 0;
+ margin-bottom: 0;
+
+ > div {
+ margin-bottom: 0;
+ }
+ }
+ }
+
+ .MuiAccordion-root::before {
+ display: none;
+ }
+}
diff --git a/src/features/admin/applicationRequestApiSlice.ts b/src/features/admin/applicationRequestApiSlice.ts
index d673a5095..94c182f18 100644
--- a/src/features/admin/applicationRequestApiSlice.ts
+++ b/src/features/admin/applicationRequestApiSlice.ts
@@ -120,6 +120,7 @@ export type ProgressButtonsType = {
retriggerableProcessSteps?: string[]
status?: string
type?: string
+ selectedRequestId?: string
}
export const progressMapper = {
diff --git a/yarn.lock b/yarn.lock
index d1dac35a3..16e355ee7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -336,10 +336,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
-"@catena-x/portal-shared-components@^3.0.10":
- version "3.0.10"
- resolved "https://registry.yarnpkg.com/@catena-x/portal-shared-components/-/portal-shared-components-3.0.10.tgz#cd9d0c8e13ec0794407332fb5ac2f05ced711e4d"
- integrity sha512-F0enQPprHw/mWFaBZtnUIwYvK90CdWsEjSYOXfEjoT7JXn+Hc0x9VcMrSSUOWhDxYKmCIODISksO7oL7gbJXLg==
+"@catena-x/portal-shared-components@^3.0.11":
+ version "3.0.11"
+ resolved "https://registry.yarnpkg.com/@catena-x/portal-shared-components/-/portal-shared-components-3.0.11.tgz#24efe546ef1f6c31d76afd129e20a8709ff3ccd6"
+ integrity sha512-7BLuDQqKnT4ghcIAIMRTIhE84Cz7a/ooIr3mYJ7Hs9XWHSF8JIodXEkRWI9/50S+pdIhdk81ueMvE9nqW37HNQ==
dependencies:
"@date-io/date-fns" "^3.0.0"
"@emotion/react" "^11.11.4"