mirror of
https://github.com/lucasroyerdev/stock-pignon.git
synced 2026-05-10 11:02:26 +00:00
feat: remove previous back button and add a switching validate/back button for better UX
This commit is contained in:
@@ -12,8 +12,8 @@ public class Config {
|
||||
public static final String INPUT_JSON_NAME = "pieces.json";
|
||||
|
||||
// Output json
|
||||
public static final String OUPUT_JSON_NAME = "stock.json";
|
||||
public static final String OUTPUT_JSON_NAME = "stock.json";
|
||||
|
||||
// Output json
|
||||
public static final String OUPUT_CSV_NAME = "stock.csv";
|
||||
public static final String OUTPUT_CSV_NAME = "stock.csv";
|
||||
}
|
||||
Reference in New Issue
Block a user