Showing
1 changed file
with
1 additions
and
3 deletions
... | ... | @@ -165,9 +165,7 @@ |
165 | 165 | }; |
166 | 166 | const handleDesign = (record: Recordable | null) => { |
167 | 167 | window.open( |
168 | - `${VITE_GLOB_CONFIGURATION}/${VITE_IS_DEV ? '?dev=1&' : '?'}&configurationId=${ | |
169 | - record!.id | |
170 | - }` | |
168 | + `${VITE_GLOB_CONFIGURATION}/${VITE_IS_DEV ? '?dev=1&' : '?'}configurationId=${record!.id}` | |
171 | 169 | ); |
172 | 170 | }; |
173 | 171 | return { | ... | ... |