Skip to content

Commit

Permalink
fixed comment typo and updated default fallback displayable props
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed May 16, 2023
1 parent 6bde841 commit 472671f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pocketbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (pb *PocketBase) eagerParseFlags(config *Config) error {
return pb.RootCmd.ParseFlags(os.Args[1:])
}

// skipBootstrap eagerly checks if the app should skip the bootstap process:
// skipBootstrap eagerly checks if the app should skip the bootstrap process:
// - already bootstrapped
// - is unknown command
// - is the default help command
Expand Down
4 changes: 3 additions & 1 deletion ui/src/utils/CommonHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,10 +1436,12 @@ export default class CommonHelper {
const fallbackProps = [
"title",
"name",
"slug",
"email",
"username",
"heading",
"label",
"heading",
"message",
"key",
"id",
];
Expand Down

0 comments on commit 472671f

Please sign in to comment.