Get tests for Button passing again

This commit is contained in:
nathan
2023-01-04 15:03:43 -07:00
parent 40278c8827
commit acd44a1e0e
4 changed files with 8 additions and 4 deletions

View File

@ -145,7 +145,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
{
return {
...super.properties,
image: {type: String},
image: {type: String, noAccessor: true},
/**
* If button is set to readonly, do we want to hide it completely (old behaviour) or show it as disabled