mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛 define url as optional in LinkButton
This commit is contained in:
parent
a6de4ec62d
commit
132d374d77
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { ButtonType } from "antd/lib/button";
|
|||
import React from "react";
|
||||
|
||||
interface Props {
|
||||
url: string;
|
||||
url?: string;
|
||||
text: string;
|
||||
title?: string;
|
||||
type?: ButtonType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue