pagination fix

This commit is contained in:
Timo 2021-04-20 11:10:55 +03:00
parent 058a394e83
commit 7820f286d0
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
.disabled,
span {
opacity: 0.5;
pointer-events: none;
}
.page {

View File

@ -1,6 +1,6 @@
{
"OAUTH_URL": "https://redkc-staging.iqser.cloud/auth/realms/redaction",
"API_URL": "https://redapi-staging.iqser.cloud",
"API_URL": "https://timo-redaction-dev.iqser.cloud",
"OAUTH_CLIENT_ID": "redaction",
"BACKEND_APP_VERSION": "4.4.40",
"FRONTEND_APP_VERSION": "1.1",