SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js

Home Page:https://adminjs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature]: Guard is not supported for basic types

ksajan opened this issue · comments

Description

I was trying to implement guard on custom hooks which should get trigger when the validation fails or some trigger is called.triggered

Suggested Solution

Implement the guard option for other action types apart form custom action, so it can be used for giving pops for some warning on other types of actions

Alternatives

No response

Additional Context

No response