Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -168,7 +168,7 @@ | @@ -168,7 +168,7 @@ | ||
| 168 | window.open(VITE_GLOB_CONFIGURATION + '/?dev=1', '_blank'); | 168 | window.open(VITE_GLOB_CONFIGURATION + '/?dev=1', '_blank'); |
| 169 | }; | 169 | }; |
| 170 | const handleDesign = (record: Recordable | null) => { | 170 | const handleDesign = (record: Recordable | null) => { |
| 171 | - window.open(VITE_GLOB_CONFIGURATION + '/?dev=1&project=2', '_blank'); | 171 | + window.open(VITE_GLOB_CONFIGURATION + '/?dev=1&configurationId=' + record.id, '_blank'); |
| 172 | }; | 172 | }; |
| 173 | return { | 173 | return { |
| 174 | searchInfo, | 174 | searchInfo, |