Skip to content

Commit

Permalink
update ace-editor module
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Winter <[email protected]>
  • Loading branch information
markwinter committed Jun 21, 2022
1 parent 064439b commit fdea562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/pages/server-info/edit/edit.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
import { KubeflowModule } from 'kubeflow';

import { EditComponent } from './edit.component';
import { AceEditorModule } from 'ng2-ace-editor';
import { AceEditorModule } from '@derekbaker/ngx-ace-editor-wrapper';


@NgModule({
Expand Down

0 comments on commit fdea562

Please sign in to comment.