mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
fix setting call
This commit is contained in:
parent
d40acbbc0b
commit
b07443cca9
@ -8,7 +8,7 @@ export interface SettingsQueryData {
|
|||||||
|
|
||||||
export const SETTINGS_QUERY = gql`
|
export const SETTINGS_QUERY = gql`
|
||||||
query {
|
query {
|
||||||
disabledSignUp: getByKey(key: "SIGNUP_DISABLED") {
|
disabledSignUp: getSetting(key: "SIGNUP_DISABLED") {
|
||||||
value: isTrue
|
value: isTrue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user