Skip to content

Commit

Permalink
fix: pass configString once to createexperimentmodal (#7849)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld authored Sep 11, 2023
1 parent 346d4aa commit f3aaf4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/react/src/components/ExperimentCreateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ const ExperimentCreateModalComponent = ({
const newModalState = {
...prev,
config: publicConfig,
configString: prev.configString || yaml.dump(publicConfig),
experiment,
open: true,
trial,
Expand Down

0 comments on commit f3aaf4d

Please sign in to comment.