File tree 2 files changed +1
-5
lines changed
java/ru/mystamps/web/feature/site
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ class SeriesSaleImportForm extends React.Component {
28
28
handleSubmit ( event ) {
29
29
event . preventDefault ( ) ;
30
30
31
- if ( this . state . url == '' ) {
32
- return ;
33
- }
34
-
35
31
// @todo #1057 SeriesSaleImportForm: wait until setState() finishes
36
32
// (see https://reactjs.org/docs/react-component.html#setstate)
37
33
this . setState ( {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
32
32
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
33
33
34
34
// MUST be updated when any of our resources were modified
35
- public static final String RESOURCES_VERSION = "v0.4.2.3 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.2.4 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 10 lines
38
38
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js" ;
You can’t perform that action at this time.
0 commit comments