diff options
| author | 2021-01-13 12:41:22 -0500 | |
|---|---|---|
| committer | 2021-01-13 18:41:22 +0100 | |
| commit | 78fdb6fa238e84c15399b77c9cf41d8f7a5f219e (patch) | |
| tree | 46702a610e85852259e6935f38652080fadb260d | |
| parent | b1285466f284453a54378f4e0ad31f850250a6b8 (diff) | |
Remove useless action (#3365)
The cancel action was not wired. There is no value to have such thing
| -rw-r--r-- | app/views/configure/integration.phtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml index 9c83a5dc7..80779ab18 100644 --- a/app/views/configure/integration.phtml +++ b/app/views/configure/integration.phtml @@ -64,7 +64,6 @@ <div class="form-group form-actions"> <div class="group-controls"> <button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button> - <button type="reset" class="btn"><?= _t('gen.action.cancel') ?></button> </div> </div> </form> |
