Use SaveButton macro and base-form vue component on app settings page
Use common translations for save button
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
{{ TextInput(edit_form.name, validation='requiredField') }}
|
||||
{{
|
||||
SaveButton(
|
||||
text=("portfolios.applications.update_button_text" | translate)
|
||||
text=("common.save" | translate)
|
||||
)
|
||||
}}
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user