[tiny] rename show menu paste (#1332)
This PR renames `showUiPaste` to `showMenuPaste`, since we use `MENU_PASTE` elsewhere.
This commit is contained in:
parent
0800dbe087
commit
2a36d6342c
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
menuGroup,
|
||||
menuItem,
|
||||
menuSubmenu,
|
||||
showUiPaste,
|
||||
showMenuPaste,
|
||||
useAllowGroup,
|
||||
useAllowUngroup,
|
||||
} from './menuHelpers'
|
||||
|
@ -100,7 +100,7 @@ export function MenuSchemaProvider({ overrides, children }: MenuSchemaProviderPr
|
|||
{
|
||||
id: 'MENU_PASTE',
|
||||
type: 'custom',
|
||||
disabled: !showUiPaste,
|
||||
disabled: !showMenuPaste,
|
||||
readonlyOk: false,
|
||||
}
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue