drf-react-by-schema 0.15.4 → 0.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -137,6 +137,9 @@ function APIWrapper({ handleLoading, setSnackBar, setDialog, children }) {
|
|
|
137
137
|
});
|
|
138
138
|
return false;
|
|
139
139
|
}
|
|
140
|
+
if (optionsAC) {
|
|
141
|
+
populateOptionsAC(Object.keys(optionsAC));
|
|
142
|
+
}
|
|
140
143
|
onTriggerSnackBar({
|
|
141
144
|
msg: id ? 'Dados atualizados com sucesso!' : 'Criado com sucesso!',
|
|
142
145
|
});
|
package/package.json
CHANGED