mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
remove option to see all templates for user with no permission
This commit is contained in:
parent
bfdd288078
commit
a6b6935327
1 changed files with 9 additions and 9 deletions
|
|
@ -130,17 +130,17 @@ export const BlankPage = function BlankPage({
|
|||
);
|
||||
})}
|
||||
</div>
|
||||
<div className="m-auto text-center mt-4">
|
||||
<button
|
||||
className="see-all-temlplates-link tj-text-sm font-weight-600 bg-transparent border-0"
|
||||
onClick={viewTemplateLibraryModal}
|
||||
data-cy="see-all-apps-template-buton"
|
||||
>
|
||||
See all templates
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div className="m-auto text-center mt-4">
|
||||
<button
|
||||
className="see-all-temlplates-link tj-text-sm font-weight-600 bg-transparent border-0"
|
||||
onClick={viewTemplateLibraryModal}
|
||||
data-cy="see-all-apps-template-buton"
|
||||
>
|
||||
See all templates
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue