| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | 'apiRoot' => esc_url_raw(rest_url('give-api/v2/migrations')), |
| 22 | 22 | 'apiNonce' => wp_create_nonce('wp_rest'), |
| 23 | 23 | ]; |
| 24 | 24 | |
| 25 | - EnqueueScript::make('give-migrations-list-table-app', 'assets/dist/js/give-migrations-list-table-app.js') | |
| 25 | + EnqueueScript::make('give-migrations-list-table-app', 'build/assets/dist/js/give-migrations-list-table-app.js') | |
| 26 | 26 | ->loadInFooter() |
| 27 | 27 | ->registerTranslations() |
| 28 | 28 | ->registerLocalizeData('GiveMigrations', $data) |
| 29 | 29 | ->enqueue(); |