🐛 Fix post slug
This commit is contained in:
@@ -231,7 +231,7 @@ class ComposeSettingsSheet extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
// Slug field
|
// Slug field
|
||||||
TextField(
|
TextField(
|
||||||
controller: state.contentController,
|
controller: state.slugController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'postSlug'.tr(),
|
labelText: 'postSlug'.tr(),
|
||||||
hintText: 'postSlugHint'.tr(),
|
hintText: 'postSlugHint'.tr(),
|
||||||
|
Reference in New Issue
Block a user