fix
This commit is contained in:
@@ -4,7 +4,7 @@ import { KintoneRestAPIClient } from '@kintone/rest-api-client';
|
||||
(function (PLUGIN_ID) {
|
||||
kintone.events.on('mobile.app.record.index.show', () => {
|
||||
// App id
|
||||
const appId = kintone.app.getId()?.toString();
|
||||
const appId = kintone.mobile.app.getId()?.toString();
|
||||
if (!appId) return;
|
||||
|
||||
// get setting
|
||||
|
||||
Reference in New Issue
Block a user