File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
frontend-dev/src/components Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ function EditCustomTrigger() {
200200 < div className = "flx flx-between" >
201201 < button
202202 onClick = { handleFetch }
203- className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red ' : flow . flow_details ?. rawData ? 'gray' : 'purple' } ` }
203+ className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'purple ' : flow . flow_details ?. rawData ? 'gray' : 'purple' } ` }
204204 type = "button" >
205205 { isLoading
206206 ? __ ( 'Stop' , 'bit-integrations' )
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ const ActionHook = () => {
276276 < div className = "flx flx-between" >
277277 < button
278278 onClick = { handleFetch }
279- className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
279+ className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'purple ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
280280 type = "button"
281281 disabled = { ! hookID } >
282282 { isLoading
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ const CustomFormSubmission = () => {
235235 className = { `flx mt-2 flx-${ newFlow . triggerDetail ?. data && ! skipPrimaryKey ? 'between' : 'around' } ` } >
236236 < button
237237 onClick = { handleFetch }
238- className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
238+ className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'purple ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
239239 type = "button" >
240240 { isLoading
241241 ? __ ( 'Waiting for form submission...' , 'bit-integrations' )
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ const CustomTrigger = () => {
223223 < div className = "flx flx-between" >
224224 < button
225225 onClick = { handleFetch }
226- className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
226+ className = { `btn btcd-btn-lg sh-sm flx ${ isLoading ? 'purple ' : newFlow . triggerDetail ?. data ? 'gray' : 'purple' } ` }
227227 type = "button"
228228 disabled = { ! hookID } >
229229 { isLoading
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const CoblocksHelper = () => {
182182 < div className = "flx flx-around" >
183183 < button
184184 onClick = { handleFetch }
185- className = { ` btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red' : ' purple'} ` }
185+ className = ' btn btcd-btn-lg sh-sm flx purple'
186186 type = "button" >
187187 { isLoading
188188 ? __ ( 'Stop' , 'bit-integrations' )
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ const EssentialBlocksHelper = () => {
178178 < div className = "flx flx-around" >
179179 < button
180180 onClick = { handleFetch }
181- className = { ` btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red' : ' purple'} ` }
181+ className = ' btn btcd-btn-lg sh-sm flx purple'
182182 type = "button" >
183183 { isLoading
184184 ? __ ( 'Stop' , 'bit-integrations' )
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ const SpectraHelper = () => {
183183 < div className = "flx flx-around" >
184184 < button
185185 onClick = { handleFetch }
186- className = { ` btn btcd-btn-lg sh-sm flx ${ isLoading ? 'red' : ' purple'} ` }
186+ className = ' btn btcd-btn-lg sh-sm flx purple'
187187 type = "button" >
188188 { isLoading
189189 ? __ ( 'Stop' , 'bit-integrations' )
You can’t perform that action at this time.
0 commit comments