Skip to content
Snippets Groups Projects

feat: 327 deposit display dialog with error message with try to go next without pdf file uploaded

All threads resolved!
Files
8
@@ -12,6 +12,12 @@
display: grid;
justify-content: center;
grid-template-columns: 1fr;
::ng-deep {
.header-button-and-pagination {
display: none !important;
}
}
}
.upload-button-wrapper {
Loading