mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
Archiv.js: import add missing file extension, DocumentDropdown: remove wrapper div causing button not being aligned
This commit is contained in:
@@ -4,7 +4,7 @@ import AkteEdit from "./Archiv/Edit.js";
|
||||
|
||||
import ApiStvArchiv from '../../../../api/factory/stv/archiv.js';
|
||||
import ApiStvDocuments from '../../../../api/factory/stv/documents.js';
|
||||
import DocumentDropdown from "../Details/Archiv/DocumentDropdown";
|
||||
import DocumentDropdown from "../Details/Archiv/DocumentDropdown.js";
|
||||
|
||||
|
||||
export default {
|
||||
|
||||
@@ -38,12 +38,11 @@ export default {
|
||||
}
|
||||
},
|
||||
template: `
|
||||
<div class="stv-document-dropdown">
|
||||
<div class="btn-group">
|
||||
<div class="stv-document-dropdown btn-group">
|
||||
<button
|
||||
ref="toolbarButton"
|
||||
type="button"
|
||||
class="btn btn-secondary dropdown-toggle px-5 ms-4"
|
||||
class="btn btn-secondary dropdown-toggle px-5 ms-5"
|
||||
data-bs-toggle="dropdown"
|
||||
data-bs-auto-close="outside"
|
||||
aria-expanded="false"
|
||||
@@ -94,8 +93,7 @@ export default {
|
||||
</template>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>`
|
||||
</div>`
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user