Fix various bugs

This commit is contained in:
Owen
2025-10-13 20:00:43 -07:00
parent 244d05adb1
commit cd8062ada3
6 changed files with 13 additions and 5 deletions

View File

@@ -113,11 +113,11 @@ export function PathMatchModal({
</div>
</div>
<CredenzaFooter className="gap-2">
{value?.path && (
{/* {value?.path && (
)} */}
<Button variant="outline" onClick={handleClear}>
{t("clear")}
</Button>
)}
<Button onClick={handleSave} disabled={!path.trim()}>
{t("saveChanges")}
</Button>