Hi @priyankajagtap
We have the same issue on our site and we also get the following error on the orders list page:
Uncaught TypeError: $(…).tooltip is not a function at HTMLDocument. (admin.js?ver=5.1.0:309:31)
We are using WordPress 6.6.1 and Woocommerce 9.1.4. The plugin does not state that it is compatible with these versions so this is just some info for anyone else that has this error.
I did some digging into the code and the dependency assets/js/bootstrap.min.js does not load. Looking further into it, is assets/js/admin.js even needed on the orders list page? The admin JS code doesn’t seem to be doing anything on the orders page.
Fixing the code to add all proper dependencies makes the errors go away but removing assets/js/admin.js from loading there also works just fine.