We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859e335 commit acb23c7Copy full SHA for acb23c7
lib/local_ads_management/widgets/local_ad_action_buttons.dart
@@ -175,7 +175,7 @@ class LocalAdActionButtons extends StatelessWidget {
175
// Local ads are not expected to be 'published' from draft,
176
// but including for completeness.
177
context.read<LocalAdsManagementBloc>().add(
178
- ArchiveLocalAdRequested(itemId),
+ RestoreLocalAdRequested(itemId),
179
);
180
case 'copyId':
181
// Copy the ad ID to the clipboard
0 commit comments