mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Merge 5d71d8d0d7 into e995fc1c5f
This commit is contained in:
commit
d94f80d4f6
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export default function SuccessNotificationInputs({ currentState, options, darkM
|
|||
initialValue={options.successMessage}
|
||||
onChange={(value) => optionchanged('successMessage', value)}
|
||||
placeholder={t('editor.queryManager.queryRanSuccessfully', 'Query ran successfully')}
|
||||
componentName="Success Message"
|
||||
cyLabel={'success-message'}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ export default function SuccessNotificationInputs({ currentState, options, darkM
|
|||
initialValue={options.successMessage}
|
||||
onChange={(value) => optionchanged('successMessage', value)}
|
||||
placeholder={t('editor.queryManager.queryRanSuccessfully', 'Query ran successfully')}
|
||||
componentName="Success Message"
|
||||
cyLabel={'success-message'}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue