Fix UDF placeholder text (#899)

This commit is contained in:
Sunil Kumar Yadav 2021-06-17 21:24:40 +05:30 committed by GitHub
parent 05f59307c2
commit c9fa44f6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ export default class UserDefinedFunctionTabContent extends Component<
readOnly={!isUdfIdEditable} readOnly={!isUdfIdEditable}
type="text" type="text"
pattern="[^/?#\\]*[^/?# \\]" pattern="[^/?#\\]*[^/?# \\]"
placeholder="Enter the new trigger id" placeholder="Enter the new user defined function id"
size={40} size={40}
value={udfId} value={udfId}
onChange={this.handleUdfIdChange} onChange={this.handleUdfIdChange}