Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Update setupPluginsExtra.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen2908 authored Mar 15, 2024
1 parent 274ee12 commit 8485468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions superset-frontend/src/setup/setupPluginsExtra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
* specific language governing permissions and limitations
* under the License.
*/
// import { getExtensionsRegistry } from '@superset-ui/core';
// import KatalonSliceHeaderControls from 'src/katalon/KatalonSliceHeaderControls';
import { getExtensionsRegistry } from '@superset-ui/core';
import KatalonSliceHeaderControls from 'src/katalon/KatalonSliceHeaderControls';

// For individual deployments to add custom overrides
export default function setupPluginsExtra() {
// const extensionRegistry = getExtensionsRegistry();
// extensionRegistry.set('dashboard.slice.header', KatalonSliceHeaderControls);
const extensionRegistry = getExtensionsRegistry();
extensionRegistry.set('dashboard.slice.header', KatalonSliceHeaderControls);
}

0 comments on commit 8485468

Please sign in to comment.