Remove obsolete property from class and template

Co-authored-by: Garret Alfert <alfert@wevelop.de>
This commit is contained in:
2020-11-17 13:40:44 +01:00
parent f3f158ff26
commit aed29ff982
2 changed files with 2 additions and 10 deletions
+2 -2
View File
@@ -63,7 +63,7 @@
</label>
<p class="actions">
<Input @type="submit" @value="Add" @disabled={{this.submitButtonDisabled}}
@class="green" @title="Add item to reimbursement" />
<Input @type="submit" @value="Add" @class="green"
@title="Add item to reimbursement" />
</p>
</form>