Skip to content

Commit

Permalink
Backport PR jupyterlab#10623: Fix typo in the dirty plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored and meeseeksmachine committed Jul 15, 2021
1 parent 956d7e7 commit 2b33b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/application-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ const main: JupyterFrontEndPlugin<ITreePathUpdater> = {
* Check if the application is dirty before closing the browser tab.
*/
const dirty: JupyterFrontEndPlugin<void> = {
id: '@retrolab/application-extension:dirty',
id: '@jupyterlab/application-extension:dirty',
autoStart: true,
requires: [ITranslator],
activate: (app: JupyterFrontEnd, translator: ITranslator): void => {
Expand Down

0 comments on commit 2b33b62

Please sign in to comment.