Skip to content

Commit

Permalink
update default step text (#2196)
Browse files Browse the repository at this point in the history
* update default step text

* fix case
  • Loading branch information
josephjclark authored Jun 12, 2024
1 parent 9eba726 commit 8144cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to
[#2066](https://github.com/OpenFn/lightning/issues/2066)
- Return 415s when Webhooks are sent Content-Types what are not supported.
[#2180](https://github.com/OpenFn/lightning/issues/2180)
- Updated the default step text

### Fixed

Expand Down
8 changes: 4 additions & 4 deletions assets/js/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { initiateSaveAndRun } from '../common';
// static imports for core lib
import dts_es5 from './lib/es5.min.dts';

export const DEFAULT_TEXT = `// Use pure JavaScript to add operations to your
// step. Click Docs to see list of operations or visit
// https://bit.ly/OFNJWG for our job writing guide
// and example job codes.\n`;
export const DEFAULT_TEXT = `
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
`;

type EditorProps = {
source?: string;
Expand Down

0 comments on commit 8144cc4

Please sign in to comment.