mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
renamed NodePanelInner
This commit is contained in:
parent
7d7afeeaf5
commit
292268dbc3
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ import styles from './styles.module.scss';
|
|||
import { useNodeContext } from '~/utils/context/NodeContextProvider';
|
||||
import { useNodePermissions } from '~/utils/hooks/node/useNodePermissions';
|
||||
import { useNodeActions } from '~/utils/hooks/node/useNodeActions';
|
||||
import { NodePanelInner } from '~/components/node/NodePanelInner';
|
||||
import { NodeTitle } from '~/components/node/NodeTitle';
|
||||
|
||||
type IProps = {};
|
||||
|
||||
|
@ -37,7 +37,7 @@ const NodeLayout: FC<IProps> = () => {
|
|||
{block}
|
||||
|
||||
<div className={styles.panel}>
|
||||
<NodePanelInner
|
||||
<NodeTitle
|
||||
id={node.id}
|
||||
title={node.title}
|
||||
username={node.user?.username}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue