remove option to see all templates for user with no permission

This commit is contained in:
Anantshree Chandola 2023-10-17 17:41:06 +05:30
parent bfdd288078
commit a6b6935327

View file

@ -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>