feat: use capital L
This commit is contained in:
@@ -150,7 +150,7 @@ export const BrowserWindow = () => {
|
|||||||
const newField: TextStep = {
|
const newField: TextStep = {
|
||||||
id: Date.now(),
|
id: Date.now(),
|
||||||
type: 'text',
|
type: 'text',
|
||||||
label: `label ${Object.keys(fields).length + 1}`,
|
label: `Label ${Object.keys(fields).length + 1}`,
|
||||||
data: highlighterData.elementInfo?.innerText || '',
|
data: highlighterData.elementInfo?.innerText || '',
|
||||||
selectorObj: {
|
selectorObj: {
|
||||||
selector: highlighterData.selector,
|
selector: highlighterData.selector,
|
||||||
|
|||||||
Reference in New Issue
Block a user