feat(knowledge): add parse type enum and refactor configuration components
refactor(configuration): replace buildMode with parseType in all config components
This commit is contained in:
@@ -32,11 +32,11 @@ const FloatingActionButtons: React.FC<FloatingActionButtonsProps> = ({
|
||||
name: t('knowledge.configSettings'),
|
||||
onClick: onConfigClick,
|
||||
},
|
||||
{
|
||||
icon: <OverviewIcon />,
|
||||
name: t('knowledgeDetails.overview'),
|
||||
onClick: onOverviewClick,
|
||||
},
|
||||
// {
|
||||
// icon: <OverviewIcon />,
|
||||
// name: t('knowledgeDetails.overview'),
|
||||
// onClick: onOverviewClick,
|
||||
// },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user