invalidate queries on save

This commit is contained in:
miloschwartz
2025-12-04 17:56:11 -05:00
parent 54e2d95b55
commit 078692c818
4 changed files with 20 additions and 18 deletions

View File

@@ -528,7 +528,7 @@ export default function CreateInternalResourceDialog({
</FormItem>
)}
/>
{/*
{/*
{mode === "port" && (
<>
<div className="grid grid-cols-2 gap-4">
@@ -811,7 +811,7 @@ export default function CreateInternalResourceDialog({
render={({ field }) => (
<FormItem className="flex flex-col items-start">
<FormLabel>
{t("clients")}
{t("machineClients")}
</FormLabel>
<FormControl>
<TagInput
@@ -861,12 +861,6 @@ export default function CreateInternalResourceDialog({
/>
</FormControl>
<FormMessage />
<FormDescription>
{t(
"resourceClientDescription"
) ||
"Machine clients that can access this resource"}
</FormDescription>
</FormItem>
)}
/>