Skip to content

Commit

Permalink
Fix for site-admin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Dec 11, 2024
1 parent 74ea1ea commit 954f4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/sites-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const ElasticPressToggleControl = ({ blogId, isDefaultChecked }) => {
disabled={isLoading}
label={isChecked ? __('On', 'elasticpress') : __('Off', 'elasticpress')}
onChange={onChange}
__nextHasNoMarginBottom
/>
);
};
Expand Down

0 comments on commit 954f4a4

Please sign in to comment.