Skip to content

Commit

Permalink
fix: fixed form components dependency bugs (#204)
Browse files Browse the repository at this point in the history
* fix: fixed form components dependency bugs

* refactor: converted all folders and files to lowercase
  • Loading branch information
ebukaodini authored Dec 6, 2021
1 parent 4157106 commit 2e5b870
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Core {
admin.adminPermissions.forEach((permission: string) => {
permissions[permission] = true
})
} catch (errors) {}
} catch (errors) { }

return {
admin,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2e5b870

Please sign in to comment.