Skip to content

Commit

Permalink
add graphs UI to options tab
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jun 27, 2024
1 parent 78623f6 commit 4fdf8cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/static/src/app/components/options/OptionsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<vertical-collapse v-if="!isStochastic" title="Saved Parameter Sets" collapse-id="parameter-sets">
<parameter-sets></parameter-sets>
</vertical-collapse>
<graph-configs></graph-configs>
</div>
</template>

Expand All @@ -46,10 +47,12 @@ import { AppType, VisualisationTab } from "../../store/appState/state";
import GraphSettings from "./GraphSettings.vue";
import ParameterSets from "./ParameterSets.vue";
import AdvancedSettings from "./AdvancedSettings.vue";
import GraphConfigs from "@/app/components/graphConfig/GraphConfigs.vue";
export default defineComponent({
name: "OptionsTab",
components: {
GraphConfigs,
ParameterSets,
LinkData,
OptimisationOptions,
Expand Down

0 comments on commit 4fdf8cb

Please sign in to comment.