Co-authored-by: thisProjects <wibbet@wobbet.com>
This commit is contained in:
@@ -126,6 +126,9 @@ export default function EditStorage() {
|
||||
const handleSave = async () => {
|
||||
setSubmitStatus(createInputStatus(STATUS_PROCESSING));
|
||||
const postValue = formDataValues;
|
||||
if (postValue?.servingEndpoint) {
|
||||
postValue.servingEndpoint = postValue?.servingEndpoint?.replace(/\/+$/g, '');
|
||||
}
|
||||
|
||||
await postConfigUpdateToAPI({
|
||||
apiPath: API_S3_INFO,
|
||||
|
||||
Reference in New Issue
Block a user