mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: sort hint text typo (#2044)
This commit is contained in:
@ -122,7 +122,7 @@ class _FilterTextFieldDelegate extends SliverPersistentHeaderDelegate {
|
|||||||
color: Theme.of(context).colorScheme.background,
|
color: Theme.of(context).colorScheme.background,
|
||||||
height: fixHeight,
|
height: fixHeight,
|
||||||
child: FlowyTextField(
|
child: FlowyTextField(
|
||||||
hintText: LocaleKeys.grid_settings_filterBy.tr(),
|
hintText: LocaleKeys.grid_settings_sortBy.tr(),
|
||||||
onChanged: (text) {
|
onChanged: (text) {
|
||||||
context
|
context
|
||||||
.read<CreateSortBloc>()
|
.read<CreateSortBloc>()
|
||||||
|
Reference in New Issue
Block a user