Skip to content

Commit

Permalink
package name typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archie9211 committed Oct 9, 2023
1 parent 7563206 commit fe3dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/config/customizer-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ export const customizerItems: Record<string, SettingPlugin> = {
},
[KEY_DELETE]: {
id: KEY_DELETE,
npmPackage: '@udecode/plate-delete',
npmPackage: '@udecode/plate-select',
pluginFactory: 'createDeletePlugin',
label: 'Delete',
badges: [customizerBadges.handler],
Expand Down

0 comments on commit fe3dd29

Please sign in to comment.