Skip to content

Commit

Permalink
fix: Fixed xWoo dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Mar 14, 2024
1 parent 8d6a74a commit c11fb12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">= 8.0",
"oblak/wp-polyfills": "^1.1",
"xwoo/data-type": "^1.2"
"xwoo/data-type": "^0.1"
},
"require-dev": {
"oblak/wordpress-coding-standard": "^1.0"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Admin/Views/html-admin-page-edsl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

defined( 'ABSPATH' ) || exit;

$this->table->process_bulk_actions();
$this->table->current_action() && $this->table->process_bulk_actions();
?>

<div class="wrap">
Expand Down

0 comments on commit c11fb12

Please sign in to comment.