mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-01 07:36:40 +07:00
renamed NodePanelInner
This commit is contained in:
parent
7d7afeeaf5
commit
292268dbc3
3 changed files with 4 additions and 4 deletions
src/components/node/NodeTitle
|
@ -30,7 +30,7 @@ interface IProps {
|
|||
onLock: () => void;
|
||||
}
|
||||
|
||||
const NodePanelInner: VFC<IProps> = memo(
|
||||
const NodeTitle: VFC<IProps> = memo(
|
||||
({
|
||||
id,
|
||||
title,
|
||||
|
@ -123,4 +123,4 @@ const NodePanelInner: VFC<IProps> = memo(
|
|||
}
|
||||
);
|
||||
|
||||
export { NodePanelInner };
|
||||
export { NodeTitle };
|
Loading…
Add table
Add a link
Reference in a new issue