Actually do form validation for ldap provider UI
This commit is contained in:
@@ -23,7 +23,6 @@ let refreshInterval;
|
||||
|
||||
const ready = ref(false);
|
||||
const filter = ref('');
|
||||
// TODO maybe replace with app.provide and inject
|
||||
const profile = ref({});
|
||||
const apps = ref([]);
|
||||
const viewType = ref((localStorage.appsView && (localStorage.appsView === VIEW_TYPE.GRID || localStorage.appsView === VIEW_TYPE.LIST)) ? localStorage.appsView : VIEW_TYPE.GRID);
|
||||
|
||||
Reference in New Issue
Block a user