Просмотр исходного кода

feat: show path variable friendly in tool edit (#7344)

tags/0.7.1
wellCh4n 1 год назад
Родитель
Сommit
9e6b755f62
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      web/app/components/tools/edit-custom-collection-modal/index.tsx

+ 1
- 1
web/app/components/tools/edit-custom-collection-modal/index.tsx Просмотреть файл

@@ -169,7 +169,7 @@ const EditCustomCollectionModal: FC<Props> = ({
return ''

try {
const path = new URL(url).pathname
const path = decodeURI(new URL(url).pathname)
return path || ''
}
catch (e) {

Загрузка…
Отмена
Сохранить