mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-18 11:17:32 +01:00
change area label of UDF (#1068)
This commit is contained in:
committed by
GitHub
parent
300c952a9b
commit
4cbbef9574
@@ -291,7 +291,7 @@ export default class UserDefinedFunctionTabContent extends Component<
|
|||||||
language={"javascript"}
|
language={"javascript"}
|
||||||
content={udfBody}
|
content={udfBody}
|
||||||
isReadOnly={false}
|
isReadOnly={false}
|
||||||
ariaLabel={"Graph JSON"}
|
ariaLabel={"User defined function body"}
|
||||||
onContentChanged={this.handleUdfBodyChange}
|
onContentChanged={this.handleUdfBodyChange}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user