diff --git a/package-lock.json b/package-lock.json index 2c7e33789..745567f2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ckeditor/ckeditor5-build-classic": "^16.0.0", "@ckeditor/ckeditor5-vue": "^1.0.3", - "@jac-uk/jac-kit": "0.1.5", + "@jac-uk/jac-kit": "^0.1.6", "@ministryofjustice/frontend": "0.2.4", "@sentry/browser": "^6.4.1", "@sentry/integrations": "^6.4.1", @@ -2384,9 +2384,9 @@ } }, "node_modules/@jac-uk/jac-kit": { - "version": "0.1.5", - "resolved": "https://npm.pkg.github.com/download/@jac-uk/jac-kit/0.1.5/dbbd690a5077da79e290c0a822ab7b99d3773f0d", - "integrity": "sha512-AhK8E6EP88rIISjJwUfWL2sghpdEXDcd1i1xbXBTuFxC2DMSTMpP/BFJNxt7X9AZlaGxDr+lPQigBqGCfUty+w==" + "version": "0.1.6", + "resolved": "https://npm.pkg.github.com/download/@jac-uk/jac-kit/0.1.6/446a5d865882a0a3a56951bdf385fe9ed08e5b0e", + "integrity": "sha512-HSi7ChNXSC03ysX9EJV7yIu74/+a70QJzGgvPN862GfsaodXTIgw2RGKJpivcZFatILqkt2BMX0xwVyMSM7deg==" }, "node_modules/@jest/console": { "version": "24.9.0", @@ -24910,9 +24910,9 @@ } }, "@jac-uk/jac-kit": { - "version": "0.1.5", - "resolved": "https://npm.pkg.github.com/download/@jac-uk/jac-kit/0.1.5/dbbd690a5077da79e290c0a822ab7b99d3773f0d", - "integrity": "sha512-AhK8E6EP88rIISjJwUfWL2sghpdEXDcd1i1xbXBTuFxC2DMSTMpP/BFJNxt7X9AZlaGxDr+lPQigBqGCfUty+w==" + "version": "0.1.6", + "resolved": "https://npm.pkg.github.com/download/@jac-uk/jac-kit/0.1.6/446a5d865882a0a3a56951bdf385fe9ed08e5b0e", + "integrity": "sha512-HSi7ChNXSC03ysX9EJV7yIu74/+a70QJzGgvPN862GfsaodXTIgw2RGKJpivcZFatILqkt2BMX0xwVyMSM7deg==" }, "@jest/console": { "version": "24.9.0", diff --git a/package.json b/package.json index ec4aba866..58131de1c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@ckeditor/ckeditor5-build-classic": "^16.0.0", "@ckeditor/ckeditor5-vue": "^1.0.3", - "@jac-uk/jac-kit": "0.1.5", + "@jac-uk/jac-kit": "^0.1.6", "@ministryofjustice/frontend": "0.2.4", "@sentry/browser": "^6.4.1", "@sentry/integrations": "^6.4.1", diff --git a/src/views/Exercises.vue b/src/views/Exercises.vue index d8c229b31..d85b8f1ed 100644 --- a/src/views/Exercises.vue +++ b/src/views/Exercises.vue @@ -91,13 +91,9 @@ title: 'Open date', }, ]" + :search="['name']" multi-select :selection.sync="selectedItems" - :custom-search="{ - placeholder: 'Search exercise names', - handler: exerciseSearch, - field: 'name', - }" @change="getTableData" >