Skip to content

Commit

Permalink
chore: update license key for MUI data grid (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen authored Oct 9, 2024
1 parent c1ee48b commit c471001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {Browse2ProjectPage} from './Browse2/Browse2ProjectPage';
import {Browse2TracePage} from './Browse2/Browse2TracePage';
import {Browse2TracesPage} from './Browse2/Browse2TracesPage';
LicenseInfo.setLicenseKey(
'7684ecd9a2d817a3af28ae2a8682895aTz03NjEwMSxFPTE3MjgxNjc2MzEwMDAsUz1wcm8sTE09c3Vic2NyaXB0aW9uLEtWPTI='
'c3f549c76a1e054e5e314b2f1ecfca1cTz05OTY3MixFPTE3NjAxMTM3NDAwMDAsUz1wcm8sTE09c3Vic2NyaXB0aW9uLFBWPWluaXRpYWwsS1Y9Mg=='
);

interface Browse2Params {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import {useHasTraceServerClientContext} from './Browse3/pages/wfReactInterface/t
import {useDrawerResize} from './useDrawerResize';

LicenseInfo.setLicenseKey(
'7684ecd9a2d817a3af28ae2a8682895aTz03NjEwMSxFPTE3MjgxNjc2MzEwMDAsUz1wcm8sTE09c3Vic2NyaXB0aW9uLEtWPTI='
'c3f549c76a1e054e5e314b2f1ecfca1cTz05OTY3MixFPTE3NjAxMTM3NDAwMDAsUz1wcm8sTE09c3Vic2NyaXB0aW9uLFBWPWluaXRpYWwsS1Y9Mg=='
);

type Browse3Params = Partial<Browse3ProjectParams> &
Expand Down

0 comments on commit c471001

Please sign in to comment.