Skip to content
Snippets Groups Projects
Verified Commit 1915fe35 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(locale-picker): typo in function #276

parent 988740a9
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class LocalePicker extends CustomElement {
},
callbacks: {
getTranslation: getTranslation,
getTranslation: getTranslations,
},
disabled: false,
......
......@@ -123,14 +123,6 @@ const copyAllElementSymbol = Symbol("copyAllElement");
*/
const resizeObserverSymbol = Symbol("resizeObserver");
/**
* The DataTable component is used to show the data from a data source.
*
* @copyright schukai GmbH
* @summary A data table
*/
/**
* A DataTable
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment