Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit c79b88d

Browse files
authored
Allow Helm values editor to be searchable (#711)
1 parent a40c14b commit c79b88d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replicatedhq/ship-init",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Shared component that contains the Ship Init app",
55
"author": "Replicated, Inc.",
66
"license": "Apache-2.0",

web/init/src/components/kustomize/HelmValuesEditor.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import find from "lodash/find";
99

1010
import "../../../node_modules/brace/mode/yaml";
1111
import "../../../node_modules/brace/theme/chrome";
12+
import "../../../node_modules/brace/ext/searchbox";
1213

1314
export default class HelmValuesEditor extends React.Component {
1415
constructor(props) {

0 commit comments

Comments
 (0)