🐛 Fixes articles bugs

This commit is contained in:
2025-07-02 23:57:07 +08:00
parent f479b9fc8b
commit 050750a808
2 changed files with 18 additions and 10 deletions

View File

@ -324,9 +324,7 @@ class CreatorHubScreen extends HookConsumerWidget {
subtitle: Text('createPublisherHint').tr(),
trailing: const Icon(Symbols.chevron_right),
onTap: () {
context.push('/creators/publishers/new').then((
value,
) {
context.push('/creators/new').then((value) {
if (value != null) {
ref.invalidate(publishersManagedProvider);
}