mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-03 05:23:48 +00:00
fix: Ticks of bar charts.
- Update shadcn charts. - Refactors user store. - Fix: pagination incorrect total pages. - Comestic changes and cleanups. - Fixes toaster not working in OuterApp.vue. - Allow complete from address in notification settings from address form field.
This commit is contained in:
@@ -42,7 +42,7 @@ var (
|
||||
|
||||
// App is the global app context which is passed and injected in the http handlers.
|
||||
type App struct {
|
||||
constant constants
|
||||
consts constants
|
||||
fs stuffbin.FileSystem
|
||||
auth *auth_.Auth
|
||||
authz *authz.Enforcer
|
||||
@@ -167,7 +167,7 @@ func main() {
|
||||
conversation: conversation,
|
||||
automation: automation,
|
||||
oidc: oidc,
|
||||
constant: constants,
|
||||
consts: constants,
|
||||
notifier: notifier,
|
||||
authz: initAuthz(),
|
||||
status: initStatus(db),
|
||||
|
||||
Reference in New Issue
Block a user