Skip to content

Commit

Permalink
Remove wide alignment for error warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 committed Sep 9, 2022
1 parent 2dd4c7c commit 8c8c771
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function CourseListFilter( {

if ( 'course' !== query?.postType ) {
setAttributes( {
align: false,
className: 'wp-block-sensei-lms-course-list-filter__warning',
} );
return (
Expand Down

0 comments on commit 8c8c771

Please sign in to comment.