mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-12 16:06:38 +00:00
Fix various bugs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user