pinafore/src/routes/_components/dialog/creators/showShortcutHelpDialog.js

9 wiersze
277 B
JavaScript

import ShortcutHelpDialog from '../components/ShortcutHelpDialog.html'
import { showDialog } from './showDialog'
export default function showShortcutHelpDialog (options) {
return showDialog(ShortcutHelpDialog, Object.assign({
label: 'intl.shortcutHelp'
}, options))
}