mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fix: Remove 'Choose from Template' option from import menu (#13290)
This commit is contained in:
parent
16d931c1c2
commit
eecfdccdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const BaseImportAppMenu = ({
|
|||
const { t } = useTranslation();
|
||||
return (
|
||||
<Dropdown.Menu className="import-lg-position new-app-dropdown">
|
||||
{appType !== 'wzorkflow' && appType !== 'module' && (
|
||||
{appType !== 'workflow' && appType !== 'module' && (
|
||||
<Dropdown.Item
|
||||
className="homepage-dropdown-style tj-text tj-text-xsm"
|
||||
onClick={showTemplateLibraryModal}
|
||||
|
|
|
|||
Loading…
Reference in a new issue