fix(core): update
This commit is contained in:
parent
62087a686a
commit
1de86c6bfa
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.148',
|
||||
version: '1.0.149',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -41,8 +41,7 @@ export class DeesFormSubmit extends DeesElement {
|
||||
|
||||
public render() {
|
||||
return html`
|
||||
<dees-button status=${this.status} @click=${this.submit} .disabled=${this.disabled}>
|
||||
${this.text ? this.text : this.textContent}
|
||||
<dees-button status=${this.status} @click=${this.submit} .disabled=${this.disabled} .text=${this.text ? this.text : this.textContent}>
|
||||
</dees-button>
|
||||
`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user