Commit 7fbf6300 authored by Duggan, John's avatar Duggan, John
Browse files

Fix hardcoded v-model name

parent 416808ec
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,9 +67,9 @@ window.rvColumnTemplate = function (createElement, props) {
            const availableData = _.get(trameState, props.datafiles_key)

            if (e.target.checked) {
                _.set(trameState, 'config.selected_files', availableData.map((item) => item.path))
                _.set(trameState, props.model_key, availableData.map((item) => item.path))
            } else {
                _.set(trameState, 'config.selected_files', [])
                _.set(trameState, props.model_key, [])
            }

            // Update the UI