update apiclient for 409 errors

This commit is contained in:
Maren Süwer
2018-12-07 14:26:06 +01:00
parent e3b36c6a5f
commit 6193c1edda
2 changed files with 11 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export { default as Tooltip } from "./Tooltip";
export { getPageFromMatch } from "./urls";
export { default as Autocomplete} from "./Autocomplete";
export { apiClient, NOT_FOUND_ERROR_MESSAGE, UNAUTHORIZED_ERROR_MESSAGE } from "./apiclient.js";
export { apiClient, NOT_FOUND_ERROR, UNAUTHORIZED_ERROR, CONFLICT_ERROR } from "./apiclient.js";
export * from "./buttons";
export * from "./config";