tiny-rdm/frontend/src/consts/tree_context_menu.js

9 lines
163 B
JavaScript
Raw Normal View History

2023-06-27 15:53:29 +08:00
import { ConnectionType } from './connection_type.js'
export const contextMenuKey = {
[ConnectionType.Server]: {
key: '',
label: '',
},
}