🚨 fix missing prop error

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-03 15:26:03 +02:00
parent 652e12f670
commit 2330dc4c49
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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;