mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 05:21:15 +08:00
Update url_card.dart
This commit is contained in:
@ -69,7 +69,7 @@ class URLTextField extends ConsumerWidget {
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final activeId = ref.watch(activeIdStateProvider);
|
||||
return Focus(
|
||||
autofocus: true,
|
||||
|
Reference in New Issue
Block a user