🚨 fix missing prop error
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
652e12f670
commit
2330dc4c49
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
export let text: string;
|
||||
export let filled = false;
|
||||
export let onclick: any;
|
||||
export let onclick: any = null;
|
||||
|
||||
let style:string;
|
||||
|
||||
|
|
Reference in a new issue