Skip to content

Commit 0c35a59

Browse files
committed
chore: clean up IDs in action
1 parent 2747fa7 commit 0c35a59

File tree

1 file changed

+1
-1
lines changed
  • core/components/modai/elements/plugins

1 file changed

+1
-1
lines changed

core/components/modai/elements/plugins/modai.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
// Adjust the check as per your Manager’s action identifiers.
27-
if (in_array($action, ['resource/create', 'resource/update', '78', '85'])) {
27+
if (in_array($action, ['resource/create', 'resource/update'])) {
2828
// Define the assets URL (ensure this path matches your installation).
2929
$assetsUrl = $modAI->getOption('assetsUrl');
3030

0 commit comments

Comments
 (0)