1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-07 08:56:54 +02:00

fixed comment typo and updated default fallback displayable props

This commit is contained in:
Gani Georgiev 2023-05-16 09:35:33 +03:00
parent 6bde84131c
commit 472671fee1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1436,10 +1436,12 @@ export default class CommonHelper {
const fallbackProps = [
"title",
"name",
"slug",
"email",
"username",
"heading",
"label",
"heading",
"message",
"key",
"id",
];