1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-06 14:10:06 +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 ? ( loadingPaths ? (
<CircularProgress /> <CircularProgress />
) : ( ) : (
<TextField {...params} autoFocus label="URI" /> <TextField {...params} autoFocus label="Path" />
) )
} }
/> />