fix:build error
This commit is contained in:
parent
070ef8c98f
commit
7e3bc59581
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export const TeamsbotSettingsView: React.FC = () => {
|
||||||
const { instance } = useCurrentInstance();
|
const { instance } = useCurrentInstance();
|
||||||
const instanceId = instance?.id || '';
|
const instanceId = instance?.id || '';
|
||||||
|
|
||||||
const [config, setConfig] = useState<TeamsbotConfig | null>(null);
|
const [, setConfig] = useState<TeamsbotConfig | null>(null);
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
const [saving, setSaving] = useState(false);
|
const [saving, setSaving] = useState(false);
|
||||||
const [error, setError] = useState<string | null>(null);
|
const [error, setError] = useState<string | null>(null);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue