File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ const CreateVertexScheduler = ({
587587 * Hosts the machine type API service
588588 */
589589 const machineTypeAPI = ( ) => {
590- VertexServices . machineTypeAPIService (
590+ VertexServices . machineTypeAPIService (
591591 region ,
592592 setMachineTypeList ,
593593 setMachineTypeLoading ,
Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ export class VertexServices {
140140 } catch ( reason : any ) {
141141 setCreatingVertexScheduler ( false ) ;
142142 SchedulerLoggingService . log (
143- `Error creating schedule: ${ reason } ` ,
144- LOG_LEVEL . ERROR
145- ) ;
143+ `Error creating schedule: ${ reason } ` ,
144+ LOG_LEVEL . ERROR
145+ ) ;
146146 toast . error (
147147 < ExpandToastMessage message = { reason } /> ,
148148 reason . length > 500 ? toastifyCustomWidth : toastifyCustomStyle
You can’t perform that action at this time.
0 commit comments