1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: quick fix

This commit is contained in:
2022-08-01 22:50:18 +05:00
parent 5d5a9d3788
commit 7e504008b7

View File

@@ -130,7 +130,7 @@ const AddPermissionModal = ({
loadingPaths ? (
<CircularProgress />
) : (
<TextField {...params} autoFocus label="URI" />
<TextField {...params} autoFocus label="Path" />
)
}
/>