Skip to content
Snippets Groups Projects
Commit dff3bcfe authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove another hardcoded package name

parent 8340e97c
No related branches found
No related tags found
No related merge requests found
Pipeline #14227 passed
......@@ -11,6 +11,7 @@ import {humanFileSize} from '@dbp-toolkit/common/i18next';
import Tabulator from 'tabulator-tables';
import nextcloudFileURL from 'consts:nextcloudFileURL';
import MicroModal from './micromodal.es';
import {name as pkgName} from './../package.json';
/**
* NextcloudFilePicker web component
......@@ -1422,7 +1423,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
}
render() {
const tabulatorCss = commonUtils.getAssetURL('@dbp-toolkit/file-handling', 'tabulator-tables/css/tabulator.min.css');
const tabulatorCss = commonUtils.getAssetURL(pkgName, 'tabulator-tables/css/tabulator.min.css');
return html`
<div class="wrapper">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment