We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b0a48 commit 292a174Copy full SHA for 292a174
src/flows/components/panel/FlowPanel.tsx
@@ -185,7 +185,7 @@ const FlowPanel: FC<Props> = ({
185
<Button
186
onClick={() => queryDependents(id)}
187
icon={IconFont.Play}
188
- text="Preview"
+ text="Run"
189
/>
190
)}
191
<MenuButton id={id} />
src/flows/index.ts
@@ -8,7 +8,7 @@ export interface TypeLookup {
8
}
9
10
export const UNPROCESSED_PANEL_TEXT =
11
- 'This cell will display results from the previous cell after selecting Preview.'
+ 'This cell will display results from the previous cell after selecting Run.'
12
13
export const PIPE_DEFINITIONS: TypeLookup = {}
14
export const PROJECT_NAME: string = 'Notebook'
0 commit comments