change area label of UDF (#1068)

This commit is contained in:
Sunil Kumar Yadav 2021-09-17 02:54:11 +05:30 committed by GitHub
parent 300c952a9b
commit 4cbbef9574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ export default class UserDefinedFunctionTabContent extends Component<
language={"javascript"}
content={udfBody}
isReadOnly={false}
ariaLabel={"Graph JSON"}
ariaLabel={"User defined function body"}
onContentChanged={this.handleUdfBodyChange}
/>
</div>