mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-30 00:08:04 +00:00
Added lazy load, visualizer and optimized bundle chunks (#635)
* Added lazy load. * Added visualizer and improved hljs import only yaml * Optimized manualChunks
This commit is contained in:
@@ -8,7 +8,7 @@ interface DefinedValuesProps {
|
||||
loading: boolean;
|
||||
}
|
||||
|
||||
export const DefinedValues = ({
|
||||
const DefinedValues = ({
|
||||
initialValue,
|
||||
chartValues,
|
||||
onUserValuesChange,
|
||||
@@ -24,3 +24,5 @@ export const DefinedValues = ({
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default DefinedValues;
|
||||
|
||||
Reference in New Issue
Block a user