You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi i am trying to create leave management in admin panel for that i need to create a new adapter class inside web folder i created it and run "gulp" command but it shows "LeaveTypeAdapter is not defined" and "modJs is not defined"
i imported "AdapterBase" in adapter class and created index.js file also
Is there a way to fix that issue?
The text was updated successfully, but these errors were encountered:
There are some examples in generated code to see how to communicate with the backend either via API or controllers. We use ant design for the frontend so you can keep the UI uniform between your extension and existing extensions.
hi i am trying to create leave management in admin panel for that i need to create a new adapter class inside web folder i created it and run "gulp" command but it shows "LeaveTypeAdapter is not defined" and "modJs is not defined"
i imported "AdapterBase" in adapter class and created index.js file also
Is there a way to fix that issue?
The text was updated successfully, but these errors were encountered: