Skip to content

Commit

Permalink
[core] Update to match with the rest of the codebase
Browse files Browse the repository at this point in the history
Meaning to match with the other repositories.
  • Loading branch information
oliviertassinari committed Nov 16, 2024
1 parent 320b923 commit 5ceb4f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createComponent } from '@toolpad/studio/browser';
import { DataGridPremium, GridColDef } from '@mui/x-data-grid-premium';
import { LicenseInfo } from '@mui/x-license';

LicenseInfo.setLicenseKey('LICENSE_KEY');
LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');

export interface CustomDataGridProps {
rows: any[];
Expand Down

0 comments on commit 5ceb4f0

Please sign in to comment.